summaryrefslogtreecommitdiff
path: root/manifests/config/global.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/config/global.pp')
-rw-r--r--manifests/config/global.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/config/global.pp b/manifests/config/global.pp
index 5bb075b..8b0389b 100644
--- a/manifests/config/global.pp
+++ b/manifests/config/global.pp
@@ -2,12 +2,14 @@
# wrapper for apache::config::file
define apache::config::global(
$ensure = present,
+ $target = false,
$source = 'absent',
$content = 'absent',
$destination = 'absent'
){
apache::config::file { "${name}":
ensure => $ensure,
+ target => $target,
type => 'global',
source => $source,
content => $content,