Skip to content

Commit

Permalink
Merge pull request #151 from b4ldr/143_fix
Browse files Browse the repository at this point in the history
puppet_config: no need to confine to linux
  • Loading branch information
bastelfreak committed Jan 29, 2020
2 parents 6dd8b04 + 5749f13 commit ca19203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/facter/puppet_config.rb
Expand Up @@ -14,7 +14,6 @@
]
}
Facter.add(:puppet_config) do
confine kernel: 'Linux'
puppet_config = {}
setcode do
desired_settings.each_pair do |section, settings|
Expand Down

0 comments on commit ca19203

Please sign in to comment.