[Puppet Users] Re: AWS OpsWorks Puppet support

2013-05-04 Thread Martin Rio
AWS pays lot of attention to customer feedback. Anyone who want's Puppet support in OpsWorks, take a minute and ask for it here: https://forums.aws.amazon.com/thread.jspa?messageID=448167 On Monday, March 4, 2013 6:30:55 AM UTC-8, James Turnbull wrote: > > Hi all > > If you are interested in Pu

[Puppet Users] Conditional based on whether package is part of the manifest

2013-04-13 Thread Martin Rio
1. class myssl { 2.* ... code that puts certificate files in place * 3. 4.* if package https is installed {* 5. class {'apache::mod::ssl': }<- enables Apache's mod_ssl 6. } 7. } In the module above, I'm setting up SSL certificates on a server, and I'd like to to enabl