Unverified Commit 33604bd1 authored by Raphaël Pinson's avatar Raphaël Pinson Committed by GitHub
Browse files

Convert params.pp to hiera data (#269)

* Added hieradata definition. Migrated most params.pp logic to hieradata.
Added Fedora to spec tests.

* Corrected reversal of hiera.yaml names

* Removed Archlinux items as they were intended for a subsequent update.

* Move all params.pp logic to hiera

* Simplify params.pp with hiera data

Co-authored-by: default avatarQuien Sabe <qs5779@mail.com>
parent 9fbae3ce
Loading
Loading
Loading
Loading

data/common.yaml

0 → 100644
+6 −0
Original line number Diff line number Diff line
---
postfix::params::aliasesseltype: ~
postfix::params::seltype: ~
postfix::params::mailx_package: 'mailx'
postfix::params::restart_cmd: '/etc/init.d/postfix reload'
...

data/os/Alpine.yaml

0 → 100644
+2 −0
Original line number Diff line number Diff line
---
postfix::params::master_os_template: "postfix/master.cf.debian.erb"
+4 −0
Original line number Diff line number Diff line
---
postfix::params::mailx_package: 'bsd-mailx'
postfix::params::master_os_template: 'postfix/master.cf.debian.erb'
...
+3 −0
Original line number Diff line number Diff line
---
postfix::params::mailx_package: 'mailx'
...
+3 −0
Original line number Diff line number Diff line
---
postfix::params::mailx_package: 'mailx'
...
Loading