diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-14 13:23:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-14 13:23:54 -0200 |
commit | a15e2be608ddb01ea8b7720a95d1886267bc6975 (patch) | |
tree | fc0ce8a0ad6cddf64ad07de2078d1217122b3cce /manifests | |
parent | 0b03f41b32e8423bbbfa3c8a6b02dbf17c04f4c1 (diff) | |
download | puppet-common-a15e2be608ddb01ea8b7720a95d1886267bc6975.tar.gz puppet-common-a15e2be608ddb01ea8b7720a95d1886267bc6975.tar.bz2 |
Removing duplicate module_dir definition
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/defines/concatenated_file.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/defines/concatenated_file.pp b/manifests/defines/concatenated_file.pp index fc2c7a3..5f1c275 100644 --- a/manifests/defines/concatenated_file.pp +++ b/manifests/defines/concatenated_file.pp @@ -4,8 +4,6 @@ # Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at> # See LICENSE for the full license granted to you. -module_dir { "common/cf": } - # TODO: # * create the directory in _part too |