aboutsummaryrefslogtreecommitdiff
path: root/manifests/admin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/admin.pp')
-rw-r--r--manifests/admin.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/admin.pp b/manifests/admin.pp
deleted file mode 100644
index 24da2d4..0000000
--- a/manifests/admin.pp
+++ /dev/null
@@ -1,13 +0,0 @@
-import "config.pp"
-import "nodo"
-
-nodo::vserver::instance { "$host-master":
- context => '2',
- puppetmaster => true,
-}
-
-host { "puppet":
- ensure => present,
- ip => "192.168.0.2",
- host_aliases => [ "puppet.$domain", "admin" ],
-}