Aggiunte configurazioni future, commentate
This commit is contained in:
parent
48790a262f
commit
0284f4fa68
1 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,17 @@
|
||||||
user { 'ortiche':
|
user { 'ortiche':
|
||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#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