From: Marc Fournier Date: Tue, 15 Nov 2011 12:17:30 +0000 (+0100) Subject: file renaming to be compliant with recommended module structure. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5f4a22d6775fc091124c95bbb0b891bf95e6043c;p=puppet-dhcp.git file renaming to be compliant with recommended module structure. --- diff --git a/manifests/definitions/dhcp-host.pp b/manifests/host.pp similarity index 100% rename from manifests/definitions/dhcp-host.pp rename to manifests/host.pp diff --git a/manifests/init.pp b/manifests/init.pp deleted file mode 100644 index 6cc1969..0000000 --- a/manifests/init.pp +++ /dev/null @@ -1,2 +0,0 @@ -import "classes/*.pp" -import "definitions/*.pp" diff --git a/manifests/classes/dhcp-params.pp b/manifests/params.pp similarity index 100% rename from manifests/classes/dhcp-params.pp rename to manifests/params.pp diff --git a/manifests/classes/dhcp-server.pp b/manifests/server.pp similarity index 100% rename from manifests/classes/dhcp-server.pp rename to manifests/server.pp diff --git a/manifests/classes/dhcp-server-base.pp b/manifests/server/base.pp similarity index 100% rename from manifests/classes/dhcp-server-base.pp rename to manifests/server/base.pp diff --git a/manifests/classes/dhcp-server-debian.pp b/manifests/server/debian.pp similarity index 100% rename from manifests/classes/dhcp-server-debian.pp rename to manifests/server/debian.pp diff --git a/manifests/definitions/dhcp-shared-network.pp b/manifests/shared-network.pp similarity index 100% rename from manifests/definitions/dhcp-shared-network.pp rename to manifests/shared-network.pp diff --git a/manifests/definitions/dhcp-subnet.pp b/manifests/subnet.pp similarity index 100% rename from manifests/definitions/dhcp-subnet.pp rename to manifests/subnet.pp