[Puppet Users] Puppet on Openelec

2014-07-02 Thread Ellick Johnson
Anyone ever tried to get puppet on the Openelec OS? I want to keep all my XBMC configs updated. Open Embedded Linux Entertainment Center (OpenELEC) is a small Linux distribution built from scratch as a platform to turn your computer into an XBMC media center. -Ellick --

[Puppet Users] Can Exec notify File?

2014-09-25 Thread Ellick Johnson
I need to have an Exec command notify a File block only to run if the Exec is true. Is that possible? exec { "check_version": command => "/bin/echo 'versions differ'", unless => "/usr/bin/test `/bin/cat VERSION.txt` = \"1.0\"", notify => File["/app_dir"], } # create app_dir o

[Puppet Users] vcsrepo Found multiple default providers puppet 3.7.3

2014-12-29 Thread Ellick Johnson
I just upgraded some of my agents to 3.7.3 and and now getting a warning: Warning: Found multiple default providers for vcsrepo: dummy, cvs, hg, svn, bzr, git; using dummy I checked all the modules that are using vcsrepo and they all specify a provider - how to I get rid of this warning? Ellick