Skip to content

Commit

Permalink
Fix some linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Spredzy committed Feb 12, 2015
1 parent 14df360 commit 51e35cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/sentinel.pp
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@
require => Package[$package_name];
}
exec {
"/usr/sbin/update-rc.d redis-sentinel defaults":
require => File[$init_script];
'/usr/sbin/update-rc.d redis-sentinel defaults':
require => File[$init_script];
}
}

Expand Down

0 comments on commit 51e35cc

Please sign in to comment.