Skip to content

Commit

Permalink
Revert "fix obsolete interpolation for puppet v8"
Browse files Browse the repository at this point in the history
This reverts commit 8ea63cf.
  • Loading branch information
mvnural committed Jan 15, 2025
1 parent 9ddac14 commit 344c624
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 = $::facts['networking']['domain']
$mydomain = $::facts['networking']['domain']
$relay_host = $::domain
$mydomain = $::domain
$relay_networks = '127.0.0.1'
$relay_domains = undef
$relay_username = undef
Expand Down

0 comments on commit 344c624

Please sign in to comment.