aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/sympa/manifests/init.pp4
-rw-r--r--modules/sympa/manifests/variable.pp3
2 files changed, 3 insertions, 4 deletions
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"
+}