diff options
author | varac <varacanero@zeromail.org> | 2013-01-31 11:52:32 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-01-31 11:52:32 +0100 |
commit | dda36946d405301d9123bb455753650920d0756a (patch) | |
tree | b5ee191841fb53911dfe0b8729a2f582dc16332f /puppet/modules/site_couchdb | |
parent | 42aef6df0091f8879d83860efd3c08a6d8e26bdf (diff) |
tag 'service' for all service classes
Diffstat (limited to 'puppet/modules/site_couchdb')
-rw-r--r-- | puppet/modules/site_couchdb/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_couchdb/manifests/init.pp b/puppet/modules/site_couchdb/manifests/init.pp index 04f2ca1a..632df799 100644 --- a/puppet/modules/site_couchdb/manifests/init.pp +++ b/puppet/modules/site_couchdb/manifests/init.pp @@ -1,5 +1,5 @@ class site_couchdb { - + tag 'service' include couchdb $x509 = hiera('x509') |