aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2013-10-30 09:42:37 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2013-10-30 09:43:28 +0100
commit27830d1558c45ff3255ed15759f49a5e1f92a3f8 (patch)
tree20e934204fe1d77e0e95e7d56fa17343b6b12d83 /manifests
parent5e77ac1bcd5f1a68c82825cda7a6f183a4851da3 (diff)
downloadpuppet-dhcp-27830d1558c45ff3255ed15759f49a5e1f92a3f8.tar.gz
puppet-dhcp-27830d1558c45ff3255ed15759f49a5e1f92a3f8.tar.bz2
Do not call concat::setup anymore
Diffstat (limited to 'manifests')
-rw-r--r--manifests/server/config.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/server/config.pp b/manifests/server/config.pp
index 0c1a74a..3682aeb 100644
--- a/manifests/server/config.pp
+++ b/manifests/server/config.pp
@@ -4,7 +4,6 @@
#
class dhcp::server::config {
include ::dhcp::params
- include ::concat::setup
validate_string($dhcp::params::config_dir)
validate_absolute_path($dhcp::params::config_dir)