Skip to content

Commit

Permalink
Merge pull request #852 from Faffnir/master
Browse files Browse the repository at this point in the history
Merge Request #851 introduced a wrong order of installation
  • Loading branch information
3flex authored Aug 12, 2016
2 parents 2b566d0 + 739b7bf commit 7b3412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/package/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

ensure_packages([ 'apt-transport-https', 'ca-certificates' ])

Apt::Source['nginx'] -> Package['apt-transport-https','ca-certificates']
Package['apt-transport-https','ca-certificates'] -> Apt::Source['nginx']

package { 'passenger':
ensure => 'present',
Expand Down

0 comments on commit 7b3412f

Please sign in to comment.