I have verified that if I add this to site.pp
file { "/tmp/test":
owner => "johns276",
group => "accre",
mode => 755,
ensure => present,
}
The file is indeed created as requested.
The imports, however, do not seem to be effective:
import "modules"
import "templates"
import "nodes"
I have changed *nothing* except the server moving from 0.24.8 to 0.25.4. Do
I have to delete all the puppet directories on all the clients? (Ugh!)
Mystified.
Cheers--
~Charles~
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.