Skip to content

Commit

Permalink
Allow Undef values and default to ou parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
walkamongus committed Jun 30, 2017
1 parent 5557b98 commit f8f8ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ realmd::manage_sssd_config: false
realmd::domain: "%{::domain}"
realmd::domain_join_user: ~
realmd::domain_join_password: ~
realmd::ou: ~
realmd::krb_ticket_join: false
realmd::krb_keytab: ~
realmd::krb_config_file: /etc/krb5.conf
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
Stdlib::Absolutepath $krb_config_file,
Hash $krb_config,
Boolean $manage_krb_config,
String $ou,
Variant[String, Undef] $ou,
Hash $required_packages,
) {

Expand Down

0 comments on commit f8f8ede

Please sign in to comment.