aboutsummaryrefslogtreecommitdiff
path: root/manifests/master.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:35:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:35:18 -0300
commit9d4f47a2b6f3231e870249823dbe0f7db1baa111 (patch)
tree9e096e4300e0059121c6ee4ede7470652107d0a3 /manifests/master.pp
parentebb7769b363f8c3604f1ad20afd73677a638bbf5 (diff)
downloadpuppet-bootstrap-9d4f47a2b6f3231e870249823dbe0f7db1baa111.tar.gz
puppet-bootstrap-9d4f47a2b6f3231e870249823dbe0f7db1baa111.tar.bz2
Misc improvements and cleanup
Diffstat (limited to 'manifests/master.pp')
-rw-r--r--manifests/master.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/master.pp b/manifests/master.pp
index 0b64523..f53f00e 100644
--- a/manifests/master.pp
+++ b/manifests/master.pp
@@ -5,9 +5,8 @@
# Once it's running it can setup all the other nodes.
#
-# Import the needed config and modules
-import "config.pp"
-import "nodo"
+# Import site configuration
+import "site.pp"
# Include the master node configuration
include nodo::role::master