Guys,

there must be a 'standard' way of doing this, but I don't seem to be able 
to find one:

say there is a utility on the agent which is compiled/installed from a git 
repository. When the utility is not there, the standard sequence of 
commands is executed

git clone <url>
cd <dir>
./configure
make
make install

The question is how to ensure that the utility stays up to date. Say I can 
execute 'git pu'll' on every agent run, what would be the right way to have 
the puppet agent to rebuild/reinstall/redeploy the utility only if there is 
a change.

TIA,
/vb


-- 
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/-/by5nkzI2AwEJ.
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.

Reply via email to