Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class[Postfix::Params]: expects a value for parameter 'master_os_template' #418

Open
cocker-cc opened this issue Jan 16, 2025 · 0 comments

Comments

@cocker-cc
Copy link
Contributor

  • Distribution: SLES 15
  • Module version: >= v4.5.0

How to reproduce (e.g Puppet code you use)

  class { 'postfix':
    alias_maps          => $alias_maps,
    configs             => $_configs,
    hashes              => $relay_password + $header_checks + $generic,
    inet_interfaces     => 'localhost',
    inet_protocols      => 'ipv4',
    lookup_table_type   => $lookup_table_type,
    relayhost           => "${mailhub}:${mailhub_port}",
    root_mail_recipient => $root_recipient,
    satellite           => true,
    mydestination       => '$myorigin, localhost, localhost.localdomain, localhost.$mydomain',
  }

What are you seeing

Class[Postfix::Params]: expects a value for parameter 'master_os_template'

What behaviour did you expect instead

Class postfix::params should find the Default-Value for $master_os_template for Suse in particular Suse 15

Any additional information you'd like to impart

8cf7f1e deleted data/osfamily/Suse.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant