search for: updategem

Displaying 1 result from an estimated 1 matches for "updategem".

2012 Jan 13
2
Problem with not installing package, exec do an error
Hello I have a list of successive package, and it occured that some package are not installed. exec { ''sudo gem update --system'': path => [''/usr/bin/''], alias => updateGem, } package { '' libmemcached-dev'': ensure => present, alias => memDev, require => Exec[updateGem], } package { '' libmemcached-dbg'': ensure => present, alias => memDbg, require => Package[memDev], } package { '' libsas2-dev'...