Skip to content

Commit

Permalink
Fix typo in service
Browse files Browse the repository at this point in the history
  • Loading branch information
thias committed Oct 19, 2015
1 parent e14e6cc commit efcecd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
packagenamesuffix => $packagenamesuffix,
}
class { '::bind::service':
servicename => "${servicename}${servicenamesuffix}"
servicename => "${servicename}${servicenamesuffix}",
service_reload => $service_reload,
}

Expand Down

0 comments on commit efcecd2

Please sign in to comment.