diff --git a/manifests/init.pp b/manifests/init.pp index 417a09b..68d2a48 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -23,8 +23,9 @@ } exec { 'chrome_install': - command => 'sudo apt-get update && sudo apt-get install google-chrome-stable', + command => 'sudo apt-get update && sudo apt-get install google-chrome-stable -y', path => '/usr/bin:/usr/sbin', + require => Exec['Add chrome to sourcelist'], } }