summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-04-17 12:09:17 -0400
committerMicah Anderson <micah@riseup.net>2015-04-17 12:10:37 -0400
commit6080f71be080860a20cf31cf491296ccbef7adb1 (patch)
tree93244bb56125cd15e383e0b25f84ff1737ea33b7 /manifests/debian.pp
parent32766d984af07b039b176c30357765a7b48bfa6a (diff)
incorporate changes from lelutin (#4285)
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index eb4d57a..bde1e21 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -1,10 +1,10 @@
class stunnel::debian inherits stunnel::linux {
- Package[stunnel] {
+ Package['stunnel'] {
name => 'stunnel4',
}
- Service[stunnel] {
+ Service['stunnel'] {
name => 'stunnel4',
pattern => '/usr/bin/stunnel4',
}