Skip to content

Instantly share code, notes, and snippets.

@WhatsARanjit
Created June 13, 2014 14:31
Show Gist options
  • Save WhatsARanjit/cbba553e87db7f92c72a to your computer and use it in GitHub Desktop.
Save WhatsARanjit/cbba553e87db7f92c72a to your computer and use it in GitHub Desktop.
root@ubuntu:~# puppet apply -e 'package { "TeamViewer": provider => "dpkg", source => "http://download.teamviewer.com/download/teamviewer_linux_x64.deb", ensure => installed, }'
Error: Execution of '/usr/bin/dpkg --force-confold -i http://download.teamviewer.com/download/teamviewer_linux_x64.deb' returned 1: dpkg: error processing http://download.teamviewer.com/download/teamviewer_linux_x64.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
http://download.teamviewer.com/download/teamviewer_linux_x64.deb
Error: /Stage[main]//Package[TeamViewer]/ensure: change from purged to present failed: Execution of '/usr/bin/dpkg --force-confold -i http://download.teamviewer.com/download/teamviewer_linux_x64.deb' returned 1: dpkg: error processing http://download.teamviewer.com/download/teamviewer_linux_x64.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
http://download.teamviewer.com/download/teamviewer_linux_x64.deb
Notice: Finished catalog run in 0.31 seconds
root@ubuntu:~# /usr/bin/dpkg --force-confold -i http://download.teamviewer.com/download/teamviewer_linux_x64.deb
dpkg: error processing http://download.teamviewer.com/download/teamviewer_linux_x64.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
http://download.teamviewer.com/download/teamviewer_linux_x64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment