diff options
author | drebs <drebs@riseup.net> | 2011-03-12 18:04:39 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2011-03-12 18:04:39 -0300 |
commit | 6d0cc2a36b1718a737bc88f08d7101eb101ee00b (patch) | |
tree | 5837ae00ae6dbba38454958ab78ca1a76da532ca /manifests/admin.pp | |
parent | c250722de28cf556005b0d4103854d13cf781b56 (diff) | |
download | puppet-bootstrap-6d0cc2a36b1718a737bc88f08d7101eb101ee00b.tar.gz puppet-bootstrap-6d0cc2a36b1718a737bc88f08d7101eb101ee00b.tar.bz2 |
refactoring stages
Diffstat (limited to 'manifests/admin.pp')
-rw-r--r-- | manifests/admin.pp | 13 |
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" ], -} |