]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
file renaming to be compliant with recommended module structure.
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 15 Nov 2011 12:17:30 +0000 (13:17 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 15 Nov 2011 12:17:30 +0000 (13:17 +0100)
manifests/host.pp [moved from manifests/definitions/dhcp-host.pp with 100% similarity]
manifests/init.pp [deleted file]
manifests/params.pp [moved from manifests/classes/dhcp-params.pp with 100% similarity]
manifests/server.pp [moved from manifests/classes/dhcp-server.pp with 100% similarity]
manifests/server/base.pp [moved from manifests/classes/dhcp-server-base.pp with 100% similarity]
manifests/server/debian.pp [moved from manifests/classes/dhcp-server-debian.pp with 100% similarity]
manifests/shared-network.pp [moved from manifests/definitions/dhcp-shared-network.pp with 100% similarity]
manifests/subnet.pp [moved from manifests/definitions/dhcp-subnet.pp with 100% similarity]

diff --git a/manifests/init.pp b/manifests/init.pp
deleted file mode 100644 (file)
index 6cc1969..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-import "classes/*.pp"
-import "definitions/*.pp"