Skip to content

Commit

Permalink
Merge pull request #154 from narkisr/master
Browse files Browse the repository at this point in the history
Fixing broken merge
  • Loading branch information
James Fryman committed Oct 8, 2013
2 parents 7ea6b57 + a54f7ad commit 8989d56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,11 @@
include stdlib

class { 'nginx::package':
<<<<<<< HEAD
package_name => $package_name,
package_source => $package_source,
package_ensure => $package_ensure,
notify => Class['nginx::service'],
=======
notify => Class['nginx::service'],
manage_repo => $manage_repo,
>>>>>>> b6ee1e59733eebaa410f7b4a18cc40c7c48be20e
}

class { 'nginx::config':
Expand Down
1 change: 0 additions & 1 deletion manifests/package.pp
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,4 @@
}
}
}
manage_repo => $manage_repo,
}

0 comments on commit 8989d56

Please sign in to comment.