CraftyTech
unread,Jun 30, 2010, 4:36:00 PM6/30/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Puppet Users
Hello,
This was supposed to be an easy one, but it's giving me a bit of
a hard time. I know that specify a version for a package, I'd say:
ensure => "version-123", but how do I also add a second command for
the same variable; for instance, how do it I tell it to ensure =>
installed and also ensure => version? so far I've tried separating it
with commas, i.e, ensure => installed, "version". I've also tried
putting the version in brackets; i.e, ensure => installed["version"].
So far it hasn't worked. Any ideas?
Thanks,