Skip to content

Commit

Permalink
fixing invalid ensure parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan Astapov committed Dec 17, 2017
1 parent f775096 commit 5bc3f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/service.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class notifier::service {
service { 'puppetserver':
ensure => present
ensure => running
}
}

0 comments on commit 5bc3f0e

Please sign in to comment.