Hi
> socle_apache::module { "php5" : ensure => "present", require =>
> "php5", }
require is a metaparameter:
http://reductivelabs.com/trac/puppet/wiki/MetaparameterReference
If you don't do your own require-parameter then you can make the whole
thing a lot more flexible. However you'll need to write "require =>
Package['php5']", which is imho anyway more declarative than only php5.
It looks like the receipe online is imho a bit out of date and should
be updated. Maybe you like to do it?
cheers pete
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---