Aggiunta con apt e apticron
This commit is contained in:
parent
1f9a66a510
commit
5965407117
1 changed files with 11 additions and 12 deletions
|
@ -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',
|
|
||||||
#}
|
|
||||||
|
|
Loading…
Reference in a new issue