Hi folks,
When my initial attempt to install libreoffice via wheezy-backports
didn't work, I decided to take a less elegant approach:
exec { "libreoffice-bpo":
command => "/usr/bin/apt-get -t wheezy-backports libreoffice \
--yes --force-yes",
onlyif => "/usr/bin/test `/usr/bin/dp
Hi folks,
My site uses puppetmaster 3.2.3 together with Debian wheezy, but I want a
few packages from wheezy-backports, like iceweasel and libreoffice. The
former I've installed as follows:
package { "iceweasel":
ensure => '22.0-1~bpo70+1',
provider => 'a