#199 - Environment Facts
This week on the podcast, Kyle and Dan share some fun talks, YAML tips, and YAML history from a Red Hat User Group, Dan's slow conversion over to Vim, and how to use the Puppet environment name in a custom Fact.
Show Notes
- RedHat User Group @ 1:00
-
Text Editors Revisited @ 15:30
-
Using Puppet Environment as a Fact @ 20:30
require 'puppet' Facter.add("environment") do setcode do Puppet[:environment] end end