summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e7b723c..fc6547c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -38,7 +38,7 @@ define sshd::sshd_config (
owner => root,
group => 0,
mode => 600,
- source => puppet://$server/sshd/sshd_config/$real_source,
+ source => "puppet://$server/sshd/sshd_config/$real_source",
notify => Service[sshd],
}
}