diff options
author | varac <varacanero@zeromail.org> | 2016-04-18 18:28:29 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-04-18 18:28:29 +0200 |
commit | 8370875d608ebddae09fcd05741bb77e0e31c122 (patch) | |
tree | f34754d9aad1f3402dfdac9b6351314018e064a4 /puppet/modules/leap_mx/manifests | |
parent | 22b788920defdd42b4abda144afd8ca69d0a9d37 (diff) |
[style] more manual linting for custom manifests
Diffstat (limited to 'puppet/modules/leap_mx/manifests')
-rw-r--r-- | puppet/modules/leap_mx/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/leap_mx/manifests/init.pp b/puppet/modules/leap_mx/manifests/init.pp index e5d85b91..d758e3ab 100644 --- a/puppet/modules/leap_mx/manifests/init.pp +++ b/puppet/modules/leap_mx/manifests/init.pp @@ -1,3 +1,4 @@ +# deploy leap mx service class leap_mx { $leap_mx = hiera('couchdb_leap_mx_user') |