From b1e789968bdb5cbad54e86c0d09ec42213eafd7a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 26 Sep 2014 10:40:16 -0400 Subject: [PATCH] File extensions! --- cloud/{ovirt => ovirt.py} | 0 cloud/{virt => virt.py} | 0 database/{mongodb_user => mongodb_user.py} | 0 database/{mysql_replication => mysql_replication.py} | 0 database/{redis => redis.py} | 0 database/{riak => riak.py} | 0 messaging/{rabbitmq_parameter => rabbitmq_parameter.py} | 0 messaging/{rabbitmq_plugin => rabbitmq_plugin.py} | 0 messaging/{rabbitmq_policy => rabbitmq_policy.py} | 0 messaging/{rabbitmq_user => rabbitmq_user.py} | 0 messaging/{rabbitmq_vhost => rabbitmq_vhost.py} | 0 monitoring/{airbrake_deployment => airbrake_deployment.py} | 0 monitoring/{bigpanda => bigpanda.py} | 0 monitoring/{boundary_meter => boundary_meter.py} | 0 monitoring/{datadog_event => datadog_event.py} | 0 monitoring/{librato_annotation => librato_annotation.py} | 0 monitoring/{logentries => logentries.py} | 0 monitoring/{monit => monit.py} | 0 monitoring/{nagios => nagios.py} | 0 monitoring/{newrelic_deployment => newrelic_deployment.py} | 0 monitoring/{pagerduty => pagerduty.py} | 0 monitoring/{pingdom => pingdom.py} | 0 monitoring/{rollbar_deployment => rollbar_deployment.py} | 0 monitoring/{stackdriver => stackdriver.py} | 0 monitoring/{zabbix_maintenance => zabbix_maintenance.py} | 0 net_infrastructure/{a10_server => a10_server.py} | 0 net_infrastructure/{a10_service_group => a10_service_group.py} | 0 net_infrastructure/{a10_virtual_server => a10_virtual_server.py} | 0 net_infrastructure/{bigip_facts => bigip_facts.py} | 0 net_infrastructure/{bigip_monitor_http => bigip_monitor_http.py} | 0 net_infrastructure/{bigip_monitor_tcp => bigip_monitor_tcp.py} | 0 net_infrastructure/{bigip_node => bigip_node.py} | 0 net_infrastructure/{bigip_pool => bigip_pool.py} | 0 net_infrastructure/{bigip_pool_member => bigip_pool_member.py} | 0 net_infrastructure/{dnsimple => dnsimple.py} | 0 net_infrastructure/{dnsmadeeasy => dnsmadeeasy.py} | 0 net_infrastructure/{lldp => lldp.py} | 0 net_infrastructure/{netscaler => netscaler.py} | 0 net_infrastructure/{openvswitch_bridge => openvswitch_bridge.py} | 0 net_infrastructure/{openvswitch_port => openvswitch_port.py} | 0 notification/{campfire => campfire.py} | 0 notification/{flowdock => flowdock.py} | 0 notification/{grove => grove.py} | 0 notification/{hipchat => hipchat.py} | 0 notification/{irc => irc.py} | 0 notification/{jabber => jabber.py} | 0 notification/{mail => mail.py} | 0 notification/{mqtt => mqtt.py} | 0 notification/{nexmo => nexmo.py} | 0 notification/{osx_say => osx_say.py} | 0 notification/{slack => slack.py} | 0 notification/{sns => sns.py} | 0 notification/{twilio => twilio.py} | 0 notification/{typetalk => typetalk.py} | 0 packaging/{composer => composer.py} | 0 packaging/{cpanm => cpanm.py} | 0 packaging/{homebrew => homebrew.py} | 0 packaging/{homebrew_cask => homebrew_cask.py} | 0 packaging/{homebrew_tap => homebrew_tap.py} | 0 packaging/{layman => layman.py} | 0 packaging/{macports => macports.py} | 0 packaging/{npm => npm.py} | 0 packaging/{openbsd_pkg => openbsd_pkg.py} | 0 packaging/{opkg => opkg.py} | 0 packaging/{pacman => pacman.py} | 0 packaging/{pkgin => pkgin.py} | 0 packaging/{pkgng => pkgng.py} | 0 packaging/{pkgutil => pkgutil.py} | 0 packaging/{portage => portage.py} | 0 packaging/{portinstall => portinstall.py} | 0 packaging/{svr4pkg => svr4pkg.py} | 0 packaging/{swdepot => swdepot.py} | 0 packaging/{urpmi => urpmi.py} | 0 packaging/{zypper => zypper.py} | 0 packaging/{zypper_repository => zypper_repository.py} | 0 source_control/{bzr => bzr.py} | 0 source_control/{github_hooks => github_hooks.py} | 0 system/{alternatives => alternatives.py} | 0 system/{at => at.py} | 0 system/{capabilities => capabilities.py} | 0 system/{debconf => debconf.py} | 0 system/{facter => facter.py} | 0 system/{filesystem => filesystem.py} | 0 system/{firewalld => firewalld.py} | 0 system/{getent => getent.py} | 0 system/{kernel_blacklist => kernel_blacklist.py} | 0 system/{locale_gen => locale_gen.py} | 0 system/{lvg => lvg.py} | 0 system/{lvol => lvol.py} | 0 system/{modprobe => modprobe.py} | 0 system/{ohai => ohai.py} | 0 system/{open_iscsi => open_iscsi.py} | 0 system/{ufw => ufw.py} | 0 system/{zfs => zfs.py} | 0 web_infrastructure/{ejabberd_user => ejabberd_user.py} | 0 web_infrastructure/{jboss => jboss.py} | 0 web_infrastructure/{jira => jira.py} | 0 97 files changed, 0 insertions(+), 0 deletions(-) rename cloud/{ovirt => ovirt.py} (100%) rename cloud/{virt => virt.py} (100%) rename database/{mongodb_user => mongodb_user.py} (100%) rename database/{mysql_replication => mysql_replication.py} (100%) rename database/{redis => redis.py} (100%) rename database/{riak => riak.py} (100%) rename messaging/{rabbitmq_parameter => rabbitmq_parameter.py} (100%) rename messaging/{rabbitmq_plugin => rabbitmq_plugin.py} (100%) rename messaging/{rabbitmq_policy => rabbitmq_policy.py} (100%) rename messaging/{rabbitmq_user => rabbitmq_user.py} (100%) rename messaging/{rabbitmq_vhost => rabbitmq_vhost.py} (100%) rename monitoring/{airbrake_deployment => airbrake_deployment.py} (100%) rename monitoring/{bigpanda => bigpanda.py} (100%) rename monitoring/{boundary_meter => boundary_meter.py} (100%) rename monitoring/{datadog_event => datadog_event.py} (100%) rename monitoring/{librato_annotation => librato_annotation.py} (100%) rename monitoring/{logentries => logentries.py} (100%) rename monitoring/{monit => monit.py} (100%) rename monitoring/{nagios => nagios.py} (100%) rename monitoring/{newrelic_deployment => newrelic_deployment.py} (100%) rename monitoring/{pagerduty => pagerduty.py} (100%) rename monitoring/{pingdom => pingdom.py} (100%) rename monitoring/{rollbar_deployment => rollbar_deployment.py} (100%) rename monitoring/{stackdriver => stackdriver.py} (100%) rename monitoring/{zabbix_maintenance => zabbix_maintenance.py} (100%) rename net_infrastructure/{a10_server => a10_server.py} (100%) rename net_infrastructure/{a10_service_group => a10_service_group.py} (100%) rename net_infrastructure/{a10_virtual_server => a10_virtual_server.py} (100%) rename net_infrastructure/{bigip_facts => bigip_facts.py} (100%) rename net_infrastructure/{bigip_monitor_http => bigip_monitor_http.py} (100%) rename net_infrastructure/{bigip_monitor_tcp => bigip_monitor_tcp.py} (100%) rename net_infrastructure/{bigip_node => bigip_node.py} (100%) rename net_infrastructure/{bigip_pool => bigip_pool.py} (100%) rename net_infrastructure/{bigip_pool_member => bigip_pool_member.py} (100%) rename net_infrastructure/{dnsimple => dnsimple.py} (100%) rename net_infrastructure/{dnsmadeeasy => dnsmadeeasy.py} (100%) rename net_infrastructure/{lldp => lldp.py} (100%) rename net_infrastructure/{netscaler => netscaler.py} (100%) rename net_infrastructure/{openvswitch_bridge => openvswitch_bridge.py} (100%) rename net_infrastructure/{openvswitch_port => openvswitch_port.py} (100%) rename notification/{campfire => campfire.py} (100%) rename notification/{flowdock => flowdock.py} (100%) rename notification/{grove => grove.py} (100%) rename notification/{hipchat => hipchat.py} (100%) rename notification/{irc => irc.py} (100%) rename notification/{jabber => jabber.py} (100%) rename notification/{mail => mail.py} (100%) rename notification/{mqtt => mqtt.py} (100%) rename notification/{nexmo => nexmo.py} (100%) rename notification/{osx_say => osx_say.py} (100%) rename notification/{slack => slack.py} (100%) rename notification/{sns => sns.py} (100%) rename notification/{twilio => twilio.py} (100%) rename notification/{typetalk => typetalk.py} (100%) rename packaging/{composer => composer.py} (100%) rename packaging/{cpanm => cpanm.py} (100%) rename packaging/{homebrew => homebrew.py} (100%) rename packaging/{homebrew_cask => homebrew_cask.py} (100%) rename packaging/{homebrew_tap => homebrew_tap.py} (100%) rename packaging/{layman => layman.py} (100%) rename packaging/{macports => macports.py} (100%) rename packaging/{npm => npm.py} (100%) rename packaging/{openbsd_pkg => openbsd_pkg.py} (100%) rename packaging/{opkg => opkg.py} (100%) rename packaging/{pacman => pacman.py} (100%) rename packaging/{pkgin => pkgin.py} (100%) rename packaging/{pkgng => pkgng.py} (100%) rename packaging/{pkgutil => pkgutil.py} (100%) rename packaging/{portage => portage.py} (100%) rename packaging/{portinstall => portinstall.py} (100%) rename packaging/{svr4pkg => svr4pkg.py} (100%) rename packaging/{swdepot => swdepot.py} (100%) rename packaging/{urpmi => urpmi.py} (100%) rename packaging/{zypper => zypper.py} (100%) rename packaging/{zypper_repository => zypper_repository.py} (100%) rename source_control/{bzr => bzr.py} (100%) rename source_control/{github_hooks => github_hooks.py} (100%) rename system/{alternatives => alternatives.py} (100%) rename system/{at => at.py} (100%) rename system/{capabilities => capabilities.py} (100%) rename system/{debconf => debconf.py} (100%) rename system/{facter => facter.py} (100%) rename system/{filesystem => filesystem.py} (100%) rename system/{firewalld => firewalld.py} (100%) rename system/{getent => getent.py} (100%) rename system/{kernel_blacklist => kernel_blacklist.py} (100%) rename system/{locale_gen => locale_gen.py} (100%) rename system/{lvg => lvg.py} (100%) rename system/{lvol => lvol.py} (100%) rename system/{modprobe => modprobe.py} (100%) rename system/{ohai => ohai.py} (100%) rename system/{open_iscsi => open_iscsi.py} (100%) rename system/{ufw => ufw.py} (100%) rename system/{zfs => zfs.py} (100%) rename web_infrastructure/{ejabberd_user => ejabberd_user.py} (100%) rename web_infrastructure/{jboss => jboss.py} (100%) rename web_infrastructure/{jira => jira.py} (100%) diff --git a/cloud/ovirt b/cloud/ovirt.py similarity index 100% rename from cloud/ovirt rename to cloud/ovirt.py diff --git a/cloud/virt b/cloud/virt.py similarity index 100% rename from cloud/virt rename to cloud/virt.py diff --git a/database/mongodb_user b/database/mongodb_user.py similarity index 100% rename from database/mongodb_user rename to database/mongodb_user.py diff --git a/database/mysql_replication b/database/mysql_replication.py similarity index 100% rename from database/mysql_replication rename to database/mysql_replication.py diff --git a/database/redis b/database/redis.py similarity index 100% rename from database/redis rename to database/redis.py diff --git a/database/riak b/database/riak.py similarity index 100% rename from database/riak rename to database/riak.py diff --git a/messaging/rabbitmq_parameter b/messaging/rabbitmq_parameter.py similarity index 100% rename from messaging/rabbitmq_parameter rename to messaging/rabbitmq_parameter.py diff --git a/messaging/rabbitmq_plugin b/messaging/rabbitmq_plugin.py similarity index 100% rename from messaging/rabbitmq_plugin rename to messaging/rabbitmq_plugin.py diff --git a/messaging/rabbitmq_policy b/messaging/rabbitmq_policy.py similarity index 100% rename from messaging/rabbitmq_policy rename to messaging/rabbitmq_policy.py diff --git a/messaging/rabbitmq_user b/messaging/rabbitmq_user.py similarity index 100% rename from messaging/rabbitmq_user rename to messaging/rabbitmq_user.py diff --git a/messaging/rabbitmq_vhost b/messaging/rabbitmq_vhost.py similarity index 100% rename from messaging/rabbitmq_vhost rename to messaging/rabbitmq_vhost.py diff --git a/monitoring/airbrake_deployment b/monitoring/airbrake_deployment.py similarity index 100% rename from monitoring/airbrake_deployment rename to monitoring/airbrake_deployment.py diff --git a/monitoring/bigpanda b/monitoring/bigpanda.py similarity index 100% rename from monitoring/bigpanda rename to monitoring/bigpanda.py diff --git a/monitoring/boundary_meter b/monitoring/boundary_meter.py similarity index 100% rename from monitoring/boundary_meter rename to monitoring/boundary_meter.py diff --git a/monitoring/datadog_event b/monitoring/datadog_event.py similarity index 100% rename from monitoring/datadog_event rename to monitoring/datadog_event.py diff --git a/monitoring/librato_annotation b/monitoring/librato_annotation.py similarity index 100% rename from monitoring/librato_annotation rename to monitoring/librato_annotation.py diff --git a/monitoring/logentries b/monitoring/logentries.py similarity index 100% rename from monitoring/logentries rename to monitoring/logentries.py diff --git a/monitoring/monit b/monitoring/monit.py similarity index 100% rename from monitoring/monit rename to monitoring/monit.py diff --git a/monitoring/nagios b/monitoring/nagios.py similarity index 100% rename from monitoring/nagios rename to monitoring/nagios.py diff --git a/monitoring/newrelic_deployment b/monitoring/newrelic_deployment.py similarity index 100% rename from monitoring/newrelic_deployment rename to monitoring/newrelic_deployment.py diff --git a/monitoring/pagerduty b/monitoring/pagerduty.py similarity index 100% rename from monitoring/pagerduty rename to monitoring/pagerduty.py diff --git a/monitoring/pingdom b/monitoring/pingdom.py similarity index 100% rename from monitoring/pingdom rename to monitoring/pingdom.py diff --git a/monitoring/rollbar_deployment b/monitoring/rollbar_deployment.py similarity index 100% rename from monitoring/rollbar_deployment rename to monitoring/rollbar_deployment.py diff --git a/monitoring/stackdriver b/monitoring/stackdriver.py similarity index 100% rename from monitoring/stackdriver rename to monitoring/stackdriver.py diff --git a/monitoring/zabbix_maintenance b/monitoring/zabbix_maintenance.py similarity index 100% rename from monitoring/zabbix_maintenance rename to monitoring/zabbix_maintenance.py diff --git a/net_infrastructure/a10_server b/net_infrastructure/a10_server.py similarity index 100% rename from net_infrastructure/a10_server rename to net_infrastructure/a10_server.py diff --git a/net_infrastructure/a10_service_group b/net_infrastructure/a10_service_group.py similarity index 100% rename from net_infrastructure/a10_service_group rename to net_infrastructure/a10_service_group.py diff --git a/net_infrastructure/a10_virtual_server b/net_infrastructure/a10_virtual_server.py similarity index 100% rename from net_infrastructure/a10_virtual_server rename to net_infrastructure/a10_virtual_server.py diff --git a/net_infrastructure/bigip_facts b/net_infrastructure/bigip_facts.py similarity index 100% rename from net_infrastructure/bigip_facts rename to net_infrastructure/bigip_facts.py diff --git a/net_infrastructure/bigip_monitor_http b/net_infrastructure/bigip_monitor_http.py similarity index 100% rename from net_infrastructure/bigip_monitor_http rename to net_infrastructure/bigip_monitor_http.py diff --git a/net_infrastructure/bigip_monitor_tcp b/net_infrastructure/bigip_monitor_tcp.py similarity index 100% rename from net_infrastructure/bigip_monitor_tcp rename to net_infrastructure/bigip_monitor_tcp.py diff --git a/net_infrastructure/bigip_node b/net_infrastructure/bigip_node.py similarity index 100% rename from net_infrastructure/bigip_node rename to net_infrastructure/bigip_node.py diff --git a/net_infrastructure/bigip_pool b/net_infrastructure/bigip_pool.py similarity index 100% rename from net_infrastructure/bigip_pool rename to net_infrastructure/bigip_pool.py diff --git a/net_infrastructure/bigip_pool_member b/net_infrastructure/bigip_pool_member.py similarity index 100% rename from net_infrastructure/bigip_pool_member rename to net_infrastructure/bigip_pool_member.py diff --git a/net_infrastructure/dnsimple b/net_infrastructure/dnsimple.py similarity index 100% rename from net_infrastructure/dnsimple rename to net_infrastructure/dnsimple.py diff --git a/net_infrastructure/dnsmadeeasy b/net_infrastructure/dnsmadeeasy.py similarity index 100% rename from net_infrastructure/dnsmadeeasy rename to net_infrastructure/dnsmadeeasy.py diff --git a/net_infrastructure/lldp b/net_infrastructure/lldp.py similarity index 100% rename from net_infrastructure/lldp rename to net_infrastructure/lldp.py diff --git a/net_infrastructure/netscaler b/net_infrastructure/netscaler.py similarity index 100% rename from net_infrastructure/netscaler rename to net_infrastructure/netscaler.py diff --git a/net_infrastructure/openvswitch_bridge b/net_infrastructure/openvswitch_bridge.py similarity index 100% rename from net_infrastructure/openvswitch_bridge rename to net_infrastructure/openvswitch_bridge.py diff --git a/net_infrastructure/openvswitch_port b/net_infrastructure/openvswitch_port.py similarity index 100% rename from net_infrastructure/openvswitch_port rename to net_infrastructure/openvswitch_port.py diff --git a/notification/campfire b/notification/campfire.py similarity index 100% rename from notification/campfire rename to notification/campfire.py diff --git a/notification/flowdock b/notification/flowdock.py similarity index 100% rename from notification/flowdock rename to notification/flowdock.py diff --git a/notification/grove b/notification/grove.py similarity index 100% rename from notification/grove rename to notification/grove.py diff --git a/notification/hipchat b/notification/hipchat.py similarity index 100% rename from notification/hipchat rename to notification/hipchat.py diff --git a/notification/irc b/notification/irc.py similarity index 100% rename from notification/irc rename to notification/irc.py diff --git a/notification/jabber b/notification/jabber.py similarity index 100% rename from notification/jabber rename to notification/jabber.py diff --git a/notification/mail b/notification/mail.py similarity index 100% rename from notification/mail rename to notification/mail.py diff --git a/notification/mqtt b/notification/mqtt.py similarity index 100% rename from notification/mqtt rename to notification/mqtt.py diff --git a/notification/nexmo b/notification/nexmo.py similarity index 100% rename from notification/nexmo rename to notification/nexmo.py diff --git a/notification/osx_say b/notification/osx_say.py similarity index 100% rename from notification/osx_say rename to notification/osx_say.py diff --git a/notification/slack b/notification/slack.py similarity index 100% rename from notification/slack rename to notification/slack.py diff --git a/notification/sns b/notification/sns.py similarity index 100% rename from notification/sns rename to notification/sns.py diff --git a/notification/twilio b/notification/twilio.py similarity index 100% rename from notification/twilio rename to notification/twilio.py diff --git a/notification/typetalk b/notification/typetalk.py similarity index 100% rename from notification/typetalk rename to notification/typetalk.py diff --git a/packaging/composer b/packaging/composer.py similarity index 100% rename from packaging/composer rename to packaging/composer.py diff --git a/packaging/cpanm b/packaging/cpanm.py similarity index 100% rename from packaging/cpanm rename to packaging/cpanm.py diff --git a/packaging/homebrew b/packaging/homebrew.py similarity index 100% rename from packaging/homebrew rename to packaging/homebrew.py diff --git a/packaging/homebrew_cask b/packaging/homebrew_cask.py similarity index 100% rename from packaging/homebrew_cask rename to packaging/homebrew_cask.py diff --git a/packaging/homebrew_tap b/packaging/homebrew_tap.py similarity index 100% rename from packaging/homebrew_tap rename to packaging/homebrew_tap.py diff --git a/packaging/layman b/packaging/layman.py similarity index 100% rename from packaging/layman rename to packaging/layman.py diff --git a/packaging/macports b/packaging/macports.py similarity index 100% rename from packaging/macports rename to packaging/macports.py diff --git a/packaging/npm b/packaging/npm.py similarity index 100% rename from packaging/npm rename to packaging/npm.py diff --git a/packaging/openbsd_pkg b/packaging/openbsd_pkg.py similarity index 100% rename from packaging/openbsd_pkg rename to packaging/openbsd_pkg.py diff --git a/packaging/opkg b/packaging/opkg.py similarity index 100% rename from packaging/opkg rename to packaging/opkg.py diff --git a/packaging/pacman b/packaging/pacman.py similarity index 100% rename from packaging/pacman rename to packaging/pacman.py diff --git a/packaging/pkgin b/packaging/pkgin.py similarity index 100% rename from packaging/pkgin rename to packaging/pkgin.py diff --git a/packaging/pkgng b/packaging/pkgng.py similarity index 100% rename from packaging/pkgng rename to packaging/pkgng.py diff --git a/packaging/pkgutil b/packaging/pkgutil.py similarity index 100% rename from packaging/pkgutil rename to packaging/pkgutil.py diff --git a/packaging/portage b/packaging/portage.py similarity index 100% rename from packaging/portage rename to packaging/portage.py diff --git a/packaging/portinstall b/packaging/portinstall.py similarity index 100% rename from packaging/portinstall rename to packaging/portinstall.py diff --git a/packaging/svr4pkg b/packaging/svr4pkg.py similarity index 100% rename from packaging/svr4pkg rename to packaging/svr4pkg.py diff --git a/packaging/swdepot b/packaging/swdepot.py similarity index 100% rename from packaging/swdepot rename to packaging/swdepot.py diff --git a/packaging/urpmi b/packaging/urpmi.py similarity index 100% rename from packaging/urpmi rename to packaging/urpmi.py diff --git a/packaging/zypper b/packaging/zypper.py similarity index 100% rename from packaging/zypper rename to packaging/zypper.py diff --git a/packaging/zypper_repository b/packaging/zypper_repository.py similarity index 100% rename from packaging/zypper_repository rename to packaging/zypper_repository.py diff --git a/source_control/bzr b/source_control/bzr.py similarity index 100% rename from source_control/bzr rename to source_control/bzr.py diff --git a/source_control/github_hooks b/source_control/github_hooks.py similarity index 100% rename from source_control/github_hooks rename to source_control/github_hooks.py diff --git a/system/alternatives b/system/alternatives.py similarity index 100% rename from system/alternatives rename to system/alternatives.py diff --git a/system/at b/system/at.py similarity index 100% rename from system/at rename to system/at.py diff --git a/system/capabilities b/system/capabilities.py similarity index 100% rename from system/capabilities rename to system/capabilities.py diff --git a/system/debconf b/system/debconf.py similarity index 100% rename from system/debconf rename to system/debconf.py diff --git a/system/facter b/system/facter.py similarity index 100% rename from system/facter rename to system/facter.py diff --git a/system/filesystem b/system/filesystem.py similarity index 100% rename from system/filesystem rename to system/filesystem.py diff --git a/system/firewalld b/system/firewalld.py similarity index 100% rename from system/firewalld rename to system/firewalld.py diff --git a/system/getent b/system/getent.py similarity index 100% rename from system/getent rename to system/getent.py diff --git a/system/kernel_blacklist b/system/kernel_blacklist.py similarity index 100% rename from system/kernel_blacklist rename to system/kernel_blacklist.py diff --git a/system/locale_gen b/system/locale_gen.py similarity index 100% rename from system/locale_gen rename to system/locale_gen.py diff --git a/system/lvg b/system/lvg.py similarity index 100% rename from system/lvg rename to system/lvg.py diff --git a/system/lvol b/system/lvol.py similarity index 100% rename from system/lvol rename to system/lvol.py diff --git a/system/modprobe b/system/modprobe.py similarity index 100% rename from system/modprobe rename to system/modprobe.py diff --git a/system/ohai b/system/ohai.py similarity index 100% rename from system/ohai rename to system/ohai.py diff --git a/system/open_iscsi b/system/open_iscsi.py similarity index 100% rename from system/open_iscsi rename to system/open_iscsi.py diff --git a/system/ufw b/system/ufw.py similarity index 100% rename from system/ufw rename to system/ufw.py diff --git a/system/zfs b/system/zfs.py similarity index 100% rename from system/zfs rename to system/zfs.py diff --git a/web_infrastructure/ejabberd_user b/web_infrastructure/ejabberd_user.py similarity index 100% rename from web_infrastructure/ejabberd_user rename to web_infrastructure/ejabberd_user.py diff --git a/web_infrastructure/jboss b/web_infrastructure/jboss.py similarity index 100% rename from web_infrastructure/jboss rename to web_infrastructure/jboss.py diff --git a/web_infrastructure/jira b/web_infrastructure/jira.py similarity index 100% rename from web_infrastructure/jira rename to web_infrastructure/jira.py