>> 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.oh and you even don't need to pass down the require anymore to the individual resources. 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 -~----------~----~----~----~------~----~------~--~---
