search for: yum_base

Displaying 2 results from an estimated 2 matches for "yum_base".

Did you mean: gem_base
2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
.../sites.pp had something like: $envname = ''prod'' $envstr = '''' $dns_servers = [ ''10.0.0.42'', ''10.10.1.42'' ] import "classes/*.pp" node ''server1.hostingcompanyAlpha.com'' { $httpd_maxclients = 300 $yum_base = "http://mirrors.hostingcompanyAlpha.com/ftp.centos.org/" $dns_servers = [ ''1.2.3.4'', ''1.2.4.4'' ] # Hosting Co.''s resolvers include mywebserver } node ''server2.hostingcompanyBeta.net'' { $httpd_maxclients = 200 $yum_ba...
2008 Feb 22
12
Yumrepo and managing the contents of /etc/yum.repos.d directory...
...o_d] } Every time I run pcheck now, the file is deleted and recreated and pcheck gripes about the file being there and needing to be deleted. The workaround, of course, is to use templates but that''s broken. verbose noop gives the following notice every time: notice: //workstation/base/yum_base/File[/etc/yum.repos.d/scea_pkg_repo.repo]/ensure: //is file, should be absent (noop) Is anyone else seeing this? --Robert