Hi, I'm new to puppet.
here's my config:
define touchfile {
exec { "/usr/bin/touch $title": }
}
file { "/etc/host.conf":
notify => touchfile["/var/tmp/touchfile.txt"],
}
What I expect: wenn I modify my host.conf, the touchfile.txt is
touched. But it doesn't work that way. What I get is:
Oct 31 11:26:30 bernd-vm-puppetclient puppetd[749]: Configuration
could not be instantiated: Could not find dependent Touchfile[/var/tmp/
touchfile.txt] for File[/etc/host.conf] at /etc/puppet/manifests/
site.pp:55; using cached catalog
any ideas?
greetings,
Bernd
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---