Skip to content

Commit

Permalink
Fix wrong varibale name in common.yaml
Browse files Browse the repository at this point in the history
Resulting in puppetserver scope warning
and failing catalogs when var was not set.
  • Loading branch information
cruelsmith committed Aug 15, 2022
1 parent a3a443d commit 1df9c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Defaults for Global DNS options
networkmanager::enable_global_dns: false
networkmanagerservers: []
networkmanager::global_nameservers: []
networkmanager::global_searchdomains: []
networkmanager::global_dns_options: []
networkmanager::global_conffile: '/etc/NetworkManager/conf.d/dns.conf'
Expand Down

0 comments on commit 1df9c6a

Please sign in to comment.