summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-12-02 11:53:45 +0100
committervarac <varacanero@zeromail.org>2015-12-02 11:53:45 +0100
commit3bb4d2667be274ba51eb3d8442e55c98789a4d76 (patch)
tree733fd1ab282a848a749386a604b8f5662f6529ed /manifests/debian.pp
parentb0dc7c84b5f55aec12d7d65da812037913d9dbee (diff)
parent6080f71be080860a20cf31cf491296ccbef7adb1 (diff)
Merge remote-tracking branch 'shared/master' into leap_master
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',
}