Displaying 2 results from an estimated 2 matches for "amazonwebservicerecipes".
2007 Aug 24
1
Amazon S3 recipes
Hello:
This is the result of some recent work on managing Amazon EC2 clusters
using puppet.
http://reductivelabs.com/trac/puppet/wiki/AmazonWebServiceRecipes
I''m a rookie so any coaching is appreciated.
Thanks,
Brad
2007 Aug 24
7
Problem restarting client service ssh in client
Hello,
I want a simple operation in a puppet node like restarting the ssh
service if it was stopped. My site.pp is simple as this:
import "services/*"
node default {
include ssh
}
The services directory as a ssh.pp :
class ssh {
service { ssh:
ensure => running,
subscribe => File["/etc/ssh/sshd_config"]
}
}
I''ve stopped the ssh service in the