Re: [Puppet Users] What the??? Failing dependancies and not sure why...

2011-01-22 Thread Umair Ghani
Try using require user { nagios : comment => "Nagios Host Monitoring Service", shell => "/bin/bash", home => "/home/nagios", ensure => present } file { nagios-homedir : require => User['nagios"], path => "/home/nagios", own

Re: [Puppet-dev] Re: [Puppet Users] What am I doing wrong?

2010-12-17 Thread Umair Ghani
this works...thanks again.. Umair On Fri, Dec 17, 2010 at 10:12 AM, Stefan Schulte < stefan.schu...@taunusstein.net> wrote: > On Thu, Dec 16, 2010 at 06:34:53PM -0600, Umair Ghani wrote: > > One more question. How can I run hostmanager as a particular user? By > > defau

Re: [Puppet-dev] Re: [Puppet Users] What am I doing wrong?

2010-12-16 Thread Umair Ghani
One more question. How can I run hostmanager as a particular user? By default it runs it as user root. Thanks Umair On Thu, Dec 16, 2010 at 4:12 PM, Umair Ghani wrote: > YES ...that helped alot...I got it working now.. > Thank you very much > Umair > > > On Thu, Dec 16, 2010

Re: [Puppet-dev] Re: [Puppet Users] What am I doing wrong?

2010-12-16 Thread Umair Ghani
YES ...that helped alot...I got it working now.. Thank you very much Umair On Thu, Dec 16, 2010 at 3:03 PM, Stefan Schulte < stefan.schu...@taunusstein.net> wrote: > On Thu, Dec 16, 2010 at 01:45:17PM -0600, Umair Ghani wrote: > > Hello > > > [...] > > > > Bu

[Puppet Users] What am I doing wrong?

2010-12-16 Thread Umair Ghani
Hello I need some help with a problem I cant figure out. I tried to look for the same problem in the puppet forums but I couldn't find anything. I have created a custom Type and a custom Provider but I keep getting the same error not matter what I do. So any help will very appreciated. My Type is