Displaying 1 result from an estimated 1 matches for "dpkginfo".
Did you mean:
pkginfo
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'':