# File lib/simp/cli/config/items/action/update_puppet_conf_action.rb, line 10 def initialize super @file = File.join(::Utils.puppet_info[:config]['confdir'], 'puppet.conf') @key = 'puppet::conf' @description = "Update Puppet settings" end