diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-03 23:57:48 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-03 23:57:48 -0200 |
commit | f265853abd975d76e2668d74becc3642307a11c1 (patch) | |
tree | 9b1416c8c770492a5ecb632a6a52ecea50dbed91 /manifests | |
parent | d614d1c918cae5c8356107466b44dae13594fc50 (diff) | |
download | puppet-nodo-f265853abd975d76e2668d74becc3642307a11c1.tar.gz puppet-nodo-f265853abd975d76e2668d74becc3642307a11c1.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-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 0d4615a..18602b1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -170,7 +170,7 @@ class nodo::vserver inherits nodo { # Define a vserver instance define instance($context, $ensure = 'running', $proxy = false, $puppetmaster = false, $gitd = false, - $munin = 'client', $icecast = false, $sound = false, ticket = false) { + $munin = 'client', $icecast = false, $sound = false, $ticket = false) { # set instance id if $context < 9 { |