diff options
author | drebs <drebs@riseup.net> | 2011-03-11 18:41:05 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2011-03-11 18:41:05 -0300 |
commit | f7c1d1a879c81cd5ea328b191ab6729f05a03984 (patch) | |
tree | 913e8a0ff05b9dbb6f157acc017d79869775496d /manifests/admin.pp | |
parent | 01b2048dbf02ac726dabde5e846b9d6ac9aff0e6 (diff) | |
download | puppet-bootstrap-f7c1d1a879c81cd5ea328b191ab6729f05a03984.tar.gz puppet-bootstrap-f7c1d1a879c81cd5ea328b191ab6729f05a03984.tar.bz2 |
using puppet apply
Diffstat (limited to 'manifests/admin.pp')
-rw-r--r-- | manifests/admin.pp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/manifests/admin.pp b/manifests/admin.pp new file mode 100644 index 0000000..24da2d4 --- /dev/null +++ b/manifests/admin.pp @@ -0,0 +1,13 @@ +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" ], +} |