[Puppet Users] Problems with service visibility when use notify

2009-07-08 Thread nmay
Hi, group! I have such strings on my Freebsd 7.0 + puppet 0.24.8 server: ===CUT=== define zabbix_agent_conf($zabbixserverip, $zabbixagenthostname, $zabbixagentip, $startagents="") { file { "/var/tmp/zabbix_agentd.conf": owner => root,

[Puppet Users] Re: Problems with service visibility when use notify

2009-07-08 Thread nmay
Yeap, its help! Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-use

[Puppet Users] multiple ignore in file type

2009-08-13 Thread nmay
Hi groupmates. Tell me pls how can i use multiple ignore in file types by other words i wanna use such syntax: file { "/foo/dir": source => "puppet://host/fooscripts", notify => Service["fooservice"], recurse => true, ignore => [".svn", ".foo"] } but as i can see its dont work. 10nx --~

[Puppet Users] multiple ignore in file type

2009-08-13 Thread nmay
Hi groupmates. Tell me pls how can i use multiple ignore in file types by other words i wanna use such syntax: file { "/foo/dir": source => "puppet://host/fooscripts", notify => Service["fooservice"], recurse => true, ignore => [".svn", ".foo"] } but as i can see its dont work. 10nx --~

[Puppet Users] Variables redefine

2009-08-18 Thread nmay
Hi group. I have such construction: node "hostname" { $passwd = "222" include myclass } class myclass { $passwd = "111" file { "/var/tmp/myclass.conf": owner => root, group => wheel, mode => 640, backup=> false, content => template("myclass.conf"), require => f

[Puppet Users] user type issue

2009-02-20 Thread nmay
Hi guys. I have virtual user in my *.pp like that @user { "grt_user2": uid => "N", gid => "N", comment => "", home => "/home/grt_user2", membership => minimum, shell => "/bin/bash", groups =

[Puppet Users] Re: user type issue

2009-02-23 Thread nmay
Right now I know the answer. Membership must be "inclusive". I`ve not understand membership) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@goo

[Puppet Users] exec issue

2009-03-19 Thread nmay
Hi guys! When I adds this (exec { "/usr/bin/chpass -p $1$HvjTWzzz$jF.G/ mEbh7IOtpCdUPUTO1 pt_":}) in configs so that I`ll have in logs: debug: Executing '/usr/bin/chpass -p $1$HvjTWzzz$jF.G/mEbh7IOtpCdUPUTO1 pt_' notice: //Node[hostname]/virt_users/pt_/Exec[/usr/bin/chpass -p $1$HvjTWzzz$jF.G/mEb

[Puppet Users] Re: exec issue

2009-03-19 Thread nmay
OS Freebsd 6.0 puppet 0.24.5 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to pup