summaryrefslogtreecommitdiff
path: root/manifests/fragment.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/fragment.pp')
-rw-r--r--manifests/fragment.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/fragment.pp b/manifests/fragment.pp
index 908d565..68bfd9b 100644
--- a/manifests/fragment.pp
+++ b/manifests/fragment.pp
@@ -29,6 +29,9 @@ define concat::fragment($target, $content='', $source='', $order=10, $ensure = '
'', 'absent', 'present', 'file', 'directory': {
crit('No content, source or symlink specified')
}
+ default: {
+ #do nothing, make puppet-lint happy.
+ }
}
}
default: { File{ source => $source } }