summaryrefslogtreecommitdiff
path: root/manifests/daemon/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/daemon/debian.pp')
-rw-r--r--manifests/daemon/debian.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/daemon/debian.pp b/manifests/daemon/debian.pp
index 758c9fe..006ffc5 100644
--- a/manifests/daemon/debian.pp
+++ b/manifests/daemon/debian.pp
@@ -1,10 +1,10 @@
class git::daemon::debian inherits git::daemon::base {
- File { 'git-daemon_initscript':
+ File['git-daemon_initscript'] {
path => '/etc/init.d/git-daemon',
}
- File { 'git-daemon_config':
+ File['git-daemon_config'] {
path => '/etc/default/git-daemon',
}