0% found this document useful (0 votes)
32 views2 pages

Puppet

Puppet Srv.

Uploaded by

repscun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views2 pages

Puppet

Puppet Srv.

Uploaded by

repscun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

sudo apt-get install wget

wget [Link]

[Link]
faultbrowser=0#

sudo dpkg -i google-chrome-stable_current_amd64.deb

sudo apt --fix-broken install

exec { 'sentencia wget' :


command => '/usr/bin/sudo apt-get install wget'

node 'agente' {

include updates
include apps

node 'desarrollo' {
include updates
include apps
}

node 'telesales' {
include updates
include apps

Password: $LZa5lbtE0

'[Link]
sudo /opt/puppetlabs/bin/puppet módulo instalar maestrodev-wget

--------------------------
sudo /opt/puppetlabs/bin/puppet agent --test

cd /etc/puppetlabs/code/environments/production/modules
cd /etc/puppetlabs/code/environments/production/manifests
---------------------------------------------------------
include 'google_chrome'
class { 'google_chrome':
version => 'unstable',
}

class { 'google_chrome':
ensure => 'installed',
version => 'unstable',
package_name => 'google-chrome',
repo_gpg_key => '[Link]
repo_gpg_key_id => '4CCA1EAF950CEE4AB83976DCA040830F7FAC5991',
repo_gpg_key_options =>
'http-proxy="[Link]
repo_name => 'google-chrome',
defaults_file => '/etc/default/google-chrome',
defaults_proxy_pac_url => '[Link]
repo_base_url =>
'[Link]
}

You might also like