According to:
http://reductivelabs.com/trac/puppet/wiki/LanguageTutorial
one can use the  '+>' operator to add additional  values to a parameter.

In which cases does this actually work?
When i try to add the user www-data to the ssl-cert group:

  user{"www-data":
      groups +> "ssl-cert",
  }

this does not work (.. Syntax error at '+>'; expected '}' at...). All examples in the docs add only other types to the 'require' parameters of types via this operator. Could it be that it does not work for all parameters?

Or does the user-type do the "adding the user to the group" thing by itself?

Thanks,
udo.
--
:: udo waechter - [EMAIL PROTECTED] :: N 52º16'30.5" E 8º3'10.1"
:: genuine input for your ears: http://auriculabovinari.de
::                          your eyes: http://ezag.zoide.net
::                          your brain: http://zoide.net




Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to