From f401b4c126f82ca7ef9983040b5d967a8cae653e Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 2 Apr 2012 11:05:21 +0000 Subject: split variable from main sympa module --- modules/sympa/manifests/init.pp | 4 ---- modules/sympa/manifests/variable.pp | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 modules/sympa/manifests/variable.pp (limited to 'modules') diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index a7fb1fd3..6ad63363 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -1,8 +1,4 @@ class sympa { - class variable { - $vhost = "ml.$::domain" - } - class server inherits variable { # perl-CGI-Fast is needed for fast cgi # perl-Socket6 is required by perl-IO-Socket-SSL diff --git a/modules/sympa/manifests/variable.pp b/modules/sympa/manifests/variable.pp new file mode 100644 index 00000000..274c4bb8 --- /dev/null +++ b/modules/sympa/manifests/variable.pp @@ -0,0 +1,3 @@ +class sympa::variable { + $vhost = "ml.$::domain" +} -- cgit v1.2.1