Sha256: 952bc588276c59ded63bdcca2ae61e1cb4b4b642cabda2e8a333ea69f23ac86e
Contents?: true
Size: 292 Bytes
Versions: 10
Compression:
Stored size: 292 Bytes
Contents
hosts.each do |host| install_puppet_from_gem(host, {:version => '3.7.5'}) if host['platform'] =~ /sles/ host.mkdir_p(host['puppetbindir']) ['facter', 'hiera', 'puppet'].each do |tool| on host, "ln -s /usr/bin/#{tool}.ruby* #{host['puppetbindir']}/#{tool}" end end end
Version data entries
10 entries across 10 versions & 1 rubygems