Skip to content

Commit

Permalink
Merge pull request #1338 from haus/ticket/stable/pdb-1389-add-puppet-…
Browse files Browse the repository at this point in the history
…agent-dependency

(PDB-1389) Add puppet-agent option for debian dependencies
  • Loading branch information
ajroetker committed Apr 6, 2015
2 parents a86e5b9 + 84ffce5 commit ee6e9e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/templates/deb/control.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Architecture: all
<% if @pe -%>
Depends: ${misc:Depends}, pe-java, adduser, pe-puppet (>= <%= @puppetminversion %>)
<% else -%>
Depends: ${misc:Depends}, java7-runtime-headless | j2re1.7, adduser, puppet (>= <%= @puppetminversion %>)
Depends: ${misc:Depends}, java7-runtime-headless | j2re1.7, adduser, puppet (>= <%= @puppetminversion %>) | puppet-agent
Suggests: postgresql
<% end -%>
Description:PuppetDB Centralized Storage.
Expand All @@ -25,6 +25,6 @@ Architecture: all
<% if @pe -%>
Depends: ${misc:Depends}, pe-puppet (>= <%= @puppetminversion %>)
<% else -%>
Depends: ${misc:Depends}, puppet-common (>= <%= @puppetminversion %>), libjson-ruby | ruby-json
Depends: ${misc:Depends}, puppet-common (>= <%= @puppetminversion %>) | puppet-agent, libjson-ruby | ruby-json
<% end -%>
Description:Connect Puppet to PuppetDB by setting up a terminus for PuppetDB.

0 comments on commit ee6e9e9

Please sign in to comment.