I am using below script to move files from puppet master to puppet agent.
file { "/usr/local/temp":
ensure => "file",
source => "puppet:///files/temp",
mode => 777,
}
If I use this script, file always transferring from master to agent.
But my requirement like, if is there any changes in file then only have to
transfer file from puppet master to puppet agent.
Is it possible can you me any as early as possible ?.
With Regards,
Krishna.
--
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/-/utIvv7HGzuYJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.