diff options
author | drebs <drebs@riseup.net> | 2011-03-16 21:56:21 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2011-03-16 21:56:21 -0300 |
commit | f429194a1a1208bd5fb5e6bf286877cd28e4df77 (patch) | |
tree | 81bc325c6a68c0eec1a326ce87b89712805cb368 /manifests | |
parent | 125fdaaca9163793a023c299a255a2f5e929d061 (diff) | |
download | puppet-bootstrap-f429194a1a1208bd5fb5e6bf286877cd28e4df77.tar.gz puppet-bootstrap-f429194a1a1208bd5fb5e6bf286877cd28e4df77.tar.bz2 |
correcting paths
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/admin_node.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/admin_node.pp b/manifests/admin_node.pp index bc314e9..22b08fd 100644 --- a/manifests/admin_node.pp +++ b/manifests/admin_node.pp @@ -1,5 +1,5 @@ class admin_node { - nodo::vserver::instance { "$host-master": + nodo::vserver::instance { "$hostname-master": context => '2', puppetmaster => true, } |