Re: [Puppet Users] Re: Resources existing in different operating systems.

2011-06-03 Thread Pietro Monteiro
? Doug. if $operatingsystem == 'centos' { file { '/etc/grub.conf': . } } is one possible solution -- Pietro Monteiro Senior Developer DECK Monitoring 115 W 8th Ave. Eugene, Oregon 97401 Office: 541-343-0110 www.deckmonitoring.com -- You received this message because you are subscribed

Re: [Puppet Users] Re: Is this a valid statement?

2011-04-28 Thread Pietro Monteiro
{ class { 'doit': enabled = $enabled } } or: case $foo { true,false: { class { 'doit': enabled = $enabled } } } -- Pietro Monteiro Senior Developer DECK Monitoring 115 W 8th Ave. Eugene, Oregon 97401 Office: 541-343-0110 www.deckmonitoring.com -- You received this message because you

Re: [Puppet Users] How to write to user's crontab in domain environment?

2011-04-08 Thread Pietro Monteiro
if $username is being correctly set? -- Pietro Monteiro Senior Developer DECK Monitoring 115 W 8th Ave. Eugene, Oregon 97401 Office: 541-343-0110 www.deckmonitoring.com -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email