Skip to content

Commit

Permalink
Fix syntax error in dependency specification in katello service
Browse files Browse the repository at this point in the history
  • Loading branch information
iNecas committed Dec 16, 2011
1 parent a1f7cba commit 1dca65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/katello/manifests/service.pp
Expand Up @@ -11,6 +11,6 @@

service {"katello-jobs":
ensure => running, enable => true, hasstatus => true, hasrestart => true,
require => "katello"
require => Service["katello"]
}
}

0 comments on commit 1dca65d

Please sign in to comment.