Skip to content

Commit

Permalink
fix obsolete interpolation for puppet v8
Browse files Browse the repository at this point in the history
  • Loading branch information
mvnural committed Jan 14, 2025
1 parent ff13f8b commit 8ea63cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
class postfix::params {
$smtp_relay = true
$relay_host = $::domain
$mydomain = $::domain
$relay_host = $::facts['networking']['domain']
$mydomain = $::facts['networking']['domain']
$relay_networks = '127.0.0.1'
$relay_domains = undef
$relay_username = undef
Expand Down

0 comments on commit 8ea63cf

Please sign in to comment.