diff options
author | mh <mh@immerda.ch> | 2009-10-31 15:26:59 +0100 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-09-02 18:11:59 -0400 |
commit | 36c3eecba32ef791f355df369c96d757ad096fe6 (patch) | |
tree | a8b49c54deb2a0ed802ffbb4b77f2cd2a92ed34f | |
parent | 97e15ea5a84bf414529e110a4215d9fe7f9f20e0 (diff) | |
download | puppet-common-36c3eecba32ef791f355df369c96d757ad096fe6.tar.gz puppet-common-36c3eecba32ef791f355df369c96d757ad096fe6.tar.bz2 |
remove unnecessary import
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 069ff4c..f01ba24 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -14,4 +14,3 @@ file { } import "defines/*.pp" -import "classes/*.pp" |