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
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
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
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
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