Displaying 2 results from an estimated 2 matches for "ageyev".
Did you mean:
agere
2012 Dec 26
6
puppetlabs/apt and apt::ppa
Greetings,
I''m trying to add ppa:nginx/stable repo for Ubuntu 12.04.1 LTS.
Server: puppetmaster-common 3.0.1-1puppetlabs1
Agent: puppet 2.7.11
And when I try to apply manifest - getting:
puppet agent -t
info: Caching catalog for wproxy71.tpnt.net
err: Failed to apply catalog: Could not find dependency
File[/etc/apt/sources.list.d] for
2012 Feb 12
1
Using templates
Hi everyone,
I''m learning Puppet and I want to configure ssh server with different
port on different nodes.
Puppet v2.7.1
I have created module ssh:
content of modules/ssh/manifests/install.pp
class ssh::install {
package { "ssh":
ensure => present,
}
}
content of modules/ssh/manifests/service.pp
class ssh::service {
service { "ssh":
ensure =>