hello, i have some trouble with virtual ressources. I use this on my backupo server recipe (his fdqn is backup01.myserver.com):
File <<| tags == "$fqdn" |>> and this on my clients: @@file { "/etc/BackupPC/serveurs/$fqdn": content => template("aqueosbackup/hostfile.erb"), owner => 'sauvegarde', group => www-data, mode => 644, tag => "backup01.myserver.com", notify => Exec['create-BackupPC-hosts']; } so i should have the file created but it does not work. If i do only a File <<| |>> it works but of course this is a little too broad :) i use: (root)> puppetd --version 0.24.5 debian lenny package for this. Anything i am doing wrong ? regards, Jean. --~--~---------~--~----~------------~-------~--~----~ 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-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---