Displaying 1 result from an estimated 1 matches for "linux_signing_key".
2011 Jun 20
2
Using modules from PuppetForge
...es_list {"google-chrome":
ensure => present,
content => "deb http://dl.google.com/linux/chrome/deb/
stable main",
}
apt::key {"A040830F7FAC5991":
source =>
"https://dl-ssl.google.com/linux/linux_signing_key.pub"
}
package { ''google-chrome-stable'' :
ensure => latest,
require => File[''google-chrome-apt-repository''],
}
When I run the agent, I get an error stating that apt::sources_list is
an invalid r...