Skip to content

Commit 55030a7

Browse files
authored
Merge pull request #107 from binford2k/switch_to_serverimplementation
Switch to $serverimplementation
2 parents 63dae66 + 0278418 commit 55030a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/node/server_facts.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def self.load
55
server_facts = {}
66

77
# Add implementation information
8-
server_facts["implementation"] = Puppet.implementation
8+
server_facts["serverimplementation"] = Puppet.implementation
99

1010
# Add our server Puppet Enterprise version, if available.
1111
pe_version_file = '/opt/puppetlabs/server/pe_version'

0 commit comments

Comments
 (0)