Aggiunta con apt e apticron

This commit is contained in:
jigen 2015-01-06 00:35:37 +01:00
parent 1f9a66a510
commit 5965407117

View file

@ -7,7 +7,18 @@ user { 'ortiche':
ensure => 'present', ensure => 'present',
} }
class { 'apt':
use_volatile => true,
}
class { 'apt::apticron':
email => 'gestione@posta.indivia.net',
}
node 'snf-30710' { node 'snf-30710' {
postfix::config {
"relayhost" => "[mail.example.com]:587";
}
class { 'postfix': class { 'postfix':
myorigin => 'dev_1.indivia.tk', myorigin => 'dev_1.indivia.tk',
anon_sasl => 'yes', anon_sasl => 'yes',
@ -22,15 +33,3 @@ node 'snf-29152' {
} }
} }
#class { 'apt':
# use_volatile => true,
#}
#class { 'apt::apticron':
# email => 'gestione@posta.indivia.net',
#}
#class { 'postfix':
# myorigin => 'dev_2.indivia.tk'
# anon_sasl => 'yes',
#}