Skip to content
Snippets Groups Projects
Commit 860a060f authored by schiermi's avatar schiermi
Browse files

Experiments part 8

parent 6cc8572d
Branches
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ class desktop {
}
exec { 'download-skype':
command => '/usr/bin/wget -qO/var/cache/.skype-install.deb.part http://www.skype.com/go/getskype-linux-deb && /bin/mv /tmp/.skype-install.deb.part /var/cache/skype-install.deb',
command => '/usr/bin/wget -qO/var/cache/.skype-install.deb.part http://www.skype.com/go/getskype-linux-deb && /bin/mv /var/cache/.skype-install.deb.part /var/cache/skype-install.deb',
creates => '/var/cache/skype-install.deb',
notify => Package['skype'],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment