Skip to content

Commit

Permalink
Dependency cycles.. awesome, or ..
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Øllegaard committed Oct 31, 2011
1 parent 2bda1f7 commit 8eaf8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
owner => root,
group => root,
mode => 644,
require => Service['nginx'],
require => Package['nginx'],
content => template("nginx/nginx_default.erb"),
notify => Service['nginx']
}
Expand Down

0 comments on commit 8eaf8f5

Please sign in to comment.