diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 13:50:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 13:50:56 -0300 |
commit | b50dd8ae86f3d8bb52c5ad32de559395c6f46e21 (patch) | |
tree | c39d802ed54fb587e38c32dd25f75642be2b2df3 /manifests | |
parent | 9d4f47a2b6f3231e870249823dbe0f7db1baa111 (diff) | |
download | puppet-bootstrap-b50dd8ae86f3d8bb52c5ad32de559395c6f46e21.tar.gz puppet-bootstrap-b50dd8ae86f3d8bb52c5ad32de559395c6f46e21.tar.bz2 |
Move bootstrap specific manifests to a folder
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/bootstrap/configurator.pp (renamed from manifests/classes/configurator.pp) | 0 | ||||
-rw-r--r-- | manifests/bootstrap/host.pp (renamed from manifests/host.pp) | 2 | ||||
-rw-r--r-- | manifests/bootstrap/master.pp (renamed from manifests/master.pp) | 2 | ||||
-rw-r--r-- | manifests/bootstrap/vagrant.pp (renamed from manifests/vagrant.pp) | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/manifests/classes/configurator.pp b/manifests/bootstrap/configurator.pp index cf2d891..cf2d891 100644 --- a/manifests/classes/configurator.pp +++ b/manifests/bootstrap/configurator.pp diff --git a/manifests/host.pp b/manifests/bootstrap/host.pp index ea23fb4..c1aead8 100644 --- a/manifests/host.pp +++ b/manifests/bootstrap/host.pp @@ -5,7 +5,7 @@ # # Import site configuration -import "site.pp" +import "../site.pp" # The server role include nodo::role::server diff --git a/manifests/master.pp b/manifests/bootstrap/master.pp index f53f00e..51167f3 100644 --- a/manifests/master.pp +++ b/manifests/bootstrap/master.pp @@ -6,7 +6,7 @@ # # Import site configuration -import "site.pp" +import "../site.pp" # Include the master node configuration include nodo::role::master diff --git a/manifests/vagrant.pp b/manifests/bootstrap/vagrant.pp index 7e6c6c7..9206db6 100644 --- a/manifests/vagrant.pp +++ b/manifests/bootstrap/vagrant.pp @@ -4,7 +4,7 @@ # # Import site configuration -import "site.pp" +import "../site.pp" # # Stage definitions |