diff options
author | mh <mh@immerda.ch> | 2013-01-02 11:43:18 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2013-01-02 11:43:18 +0100 |
commit | 43cba80d2ede774ecf91cb26531ecbca0f097551 (patch) | |
tree | 51f3dbde6868f456def5652ea4076a06263a33f1 /manifests/base.pp | |
parent | 868c2bee3b8c77a01bdd2b003c0560c3006a0f8f (diff) | |
download | puppet-loginrecords-43cba80d2ede774ecf91cb26531ecbca0f097551.tar.gz puppet-loginrecords-43cba80d2ede774ecf91cb26531ecbca0f097551.tar.bz2 |
linting according to puppet-lint
Diffstat (limited to 'manifests/base.pp')
-rw-r--r-- | manifests/base.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index 66d3477..07f4541 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -1,3 +1,7 @@ +# main class to manage things +# empty so we don't harm +# any non supported linux +# systems class loginrecords::base { } |