We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63dae66 + 0278418 commit 55030a7Copy full SHA for 55030a7
lib/puppet/node/server_facts.rb
@@ -5,7 +5,7 @@ def self.load
5
server_facts = {}
6
7
# Add implementation information
8
- server_facts["implementation"] = Puppet.implementation
+ server_facts["serverimplementation"] = Puppet.implementation
9
10
# Add our server Puppet Enterprise version, if available.
11
pe_version_file = '/opt/puppetlabs/server/pe_version'
0 commit comments