Displaying 1 result from an estimated 1 matches for "cdh3_config".
2010 Sep 02
3
puppet file recursion requires two passes to converge
Hi,
So for awhile I have been seeing this issue but it hasn''t been painful. However, recently I have been deploying a new module that has made it much more annoying.
file { cdh3_config:
recurse => true,
ignore => ".svn",
checksum => md5,
notify => Exec[hadoop_alternatives],
require => Package[hadoop],
path => "/etc/hadoop-$bespin_cdh3_version/conf.bespin",
sou...