diff options
author | drebs <drebs@riseup.net> | 2011-03-12 18:15:40 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2011-03-12 18:15:40 -0300 |
commit | 740f29de8fa0b432d9468e2bf87b83a3c403f37a (patch) | |
tree | 0576a880e0811a8216b523a13a5a5301b2caad3f /manifests/admin_node.pp | |
parent | 6d0cc2a36b1718a737bc88f08d7101eb101ee00b (diff) | |
download | puppet-bootstrap-740f29de8fa0b432d9468e2bf87b83a3c403f37a.tar.gz puppet-bootstrap-740f29de8fa0b432d9468e2bf87b83a3c403f37a.tar.bz2 |
fixing modules script
Diffstat (limited to 'manifests/admin_node.pp')
-rw-r--r-- | manifests/admin_node.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/admin_node.pp b/manifests/admin_node.pp index 364a900..cdea2b9 100644 --- a/manifests/admin_node.pp +++ b/manifests/admin_node.pp @@ -2,8 +2,8 @@ import "nodo" class admin_node { nodo::vserver::instance { "$host-master": - context => '2', - puppetmaster => true, + context => '2', + puppetmaster => true, } host { "puppet": |