From 0284f4fa684e8833a90685692d4639f40075f1c9 Mon Sep 17 00:00:00 2001 From: jigen Date: Mon, 5 Jan 2015 21:20:28 +0100 Subject: [PATCH] Aggiunte configurazioni future, commentate --- manifests/site.pp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 9d15c0d..bf251a2 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1,3 +1,17 @@ user { 'ortiche': 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', +#}