Hi, I would like to achieve a conditional file replacement but lightly different. I deploy recusively a directory with a lot of config files. This is my resource:
file {"/foo": ensure => directory, recurse => remote, source => "puppet:///modules/module_name/configs/${hostname}/foo", ignore => ["no_replace1.cfg","no_replace2.cfg"], } I need to ignore these two files because they will not be puppet managed but initializated by puppet. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/UWBdytLFhZ8J. 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.