From efcecd2e430b8e06ef5fec3572f79349ba023766 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Mon, 19 Oct 2015 11:20:34 +0200 Subject: [PATCH] Fix typo in service --- LICENSE | 2 +- manifests/init.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 49a6e5c40..03f436059 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2011-2013 Matthias Saou +Copyright (C) 2011-2015 Matthias Saou Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/manifests/init.pp b/manifests/init.pp index e1ea6bab3..12a45581b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -47,7 +47,7 @@ packagenamesuffix => $packagenamesuffix, } class { '::bind::service': - servicename => "${servicename}${servicenamesuffix}" + servicename => "${servicename}${servicenamesuffix}", service_reload => $service_reload, }