diff options
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, } |