Skip to content

Commit

Permalink
Add postfix module and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Apr 26, 2023
1 parent ea81330 commit 8c18a01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions puppet/Puppetfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
moduledir 'external_modules'

mod 'camptocamp/augeas', '1.9.0'
mod 'citrin/htpasswd', '1.0.1'
mod 'claranet/timezone', '2.0.1'
mod 'golja/gnupg', '1.2.3'
mod 'puppet/alternatives', '4.2.0'
mod 'puppet/archive', '6.1.1'
mod 'puppet/augeasproviders_core', '3.2.0'
mod 'puppet/augeasproviders_mounttab', '3.0.0'
Expand All @@ -16,6 +18,7 @@ mod 'puppet/letsencrypt', '9.2.0'
mod 'puppet/mosquitto', '1.2.0'
mod 'puppet/nodejs', '9.0.1'
mod 'puppet/pbuilder', '1.0.0'
mod 'puppet/postfix', '3.1.0'
mod 'puppet/redis', '8.8.0'
mod 'puppet/rvm', '2.0.0'
mod 'puppet/selinux', '3.4.1'
Expand Down
1 change: 1 addition & 0 deletions puppet/check_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ SemanticPuppet::Dependency.add_source(local_source)
# These should be soft dependencies
provided = {
'puppet/zypprepo' => '3.1.0', # puppet/jenkins
'puppetlabs/augeas_core' => '1.3.0', # camptocamp/augeas
'theforeman/dhcp' => '8.0.0', # theforeman/foreman_proxy
'theforeman/dns' => '9.0.0', # theforeman/foreman_proxy
}
Expand Down

0 comments on commit 8c18a01

Please sign in to comment.