[Puppet Users] Re: Adding multiple sudoer files to sudoers.d

2011-05-04 Thread takrishnan
Apr 29, 2011 at 9:53 AM, takrishnan wrote: > > I would like add multiple sudoer files to the sudoers.d directory and > > would like someone to help. > > > I'm thinking something like should work but it's no. > > > init.pp > > - > &

[Puppet Users] Adding multiple sudoer files to sudoers.d

2011-04-29 Thread takrishnan
I would like add multiple sudoer files to the sudoers.d directory and would like someone to help. I'm thinking something like should work but it's no. init.pp - class sudoers { file: : : pkg: : : } class sudoers::$sudogroup { file {"$

[Puppet Users] Re: SSH service not getting restarted

2010-05-23 Thread takrishnan
Thanks for the tip Patrick. It worked fine except that without hasrestart =>true, it was using stop/start but I wanted to restart. -tak On May 21, 4:40 pm, Patrick wrote: > On May 21, 2010, at 11:23 AM, takrishnan wrote: > > > > > Hi, > > > I have this in my sshdc

[Puppet Users] SSH service not getting restarted

2010-05-21 Thread takrishnan
Hi, I have this in my sshdconfig module's init.pp but the service is not getting restarted even though at first connect the file sshd_config is getting modified with the Banner entry. Can someone please help? class sshdconfig { file { "/etc/ssh/sshd_config": path