OK, that makes sense. Thanks for the tip. Gotta go do some reading. The
thing is this very same manifest used to work under puppet 2.6. If
there's one thing I really don't like about puppet it's the amount of
change although I understand it's needed for a product under such heavy
development.
Hi
I am trying to use nested classes but for whatever reason it doesn't work.
Here's my site.pp file:
include stdlib
include apt
node 'zenoss.example.com' {
include mock
}
class mock {
class my_file {
file { '/tmp/test':
ensure => present,
content => "Just testing to see if '
Hi
I am toying around with puppet to use it in our company. My first task is
to install a pptp server using it. I have to challenges in this task:
1 - There's a ms-chap file which contains the users/passwords. Is there any
best practice whether to server such files using puppet or put them on the