diff options
author | mh <mh@immerda.ch> | 2013-01-03 16:49:04 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2013-01-03 16:49:04 +0100 |
commit | 47c385f4794fae0257dd3ab85b637eca93ee38ec (patch) | |
tree | 57a9f8bdd0ad2a492b8a5566173620986d67edef /manifests/init.pp | |
parent | 50a1943175bd203116d100eb5cf4f01f2fc6ded1 (diff) | |
download | puppet-common-47c385f4794fae0257dd3ab85b637eca93ee38ec.tar.gz puppet-common-47c385f4794fae0257dd3ab85b637eca93ee38ec.tar.bz2 |
cleanup module to work better on newer puppet versions
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp deleted file mode 100644 index 3a9faf5..0000000 --- a/manifests/init.pp +++ /dev/null @@ -1,6 +0,0 @@ -# common/manifests/init.pp - Define common infrastructure for modules -# Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at> -# See LICENSE for the full license granted to you. - -import "defines/*.pp" - |