diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 9820b10..8e84900 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -221,7 +221,7 @@ class nodo::vserver inherits nodo { } # Create a munin virtual resource to be realized in the node - @munin { + @munin { "$name": id => $id, tag => $name, } |