I have an issue where it seems like puppet just skips some files entirely. 
It copies one but not another. Code is identical. Path is 100% correct. The 
same file works in an identical script(rtcp_iv1_0) but not the one I'm 
currently working on. Has anyone seen this before?

file { '/opt/apps/bin/backup_rtcp.sh':
ensure => present,
owner  => 'root',
group  => 'support',
mode   => '0755',
source => 'puppet:///modules/rtcp_iv2_0/opt/apps/bin/backup_rtcp.sh';
}

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/9731c096-1073-4cba-a347-fadc54c570e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to