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,
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
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
--~
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
--~
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
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 =
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
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
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