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/dpkg -l |/bin/grep \ libreoffice |/bin/grep -c bpo` -lt 10", require => Class["spell"], } Unfortunately even this doesn't work, giving "returned 100 instead of one of [0]", seemingly as a result of the same dependency problem. Moreover, instead of including just "libreoffice" in the apt-get command line, listing every one of the other packages to be installed makes no difference either. Any ideas for a workaround? Cheers, Jaap -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.