# File lib/simp/cli/config/items/action/add_puppet_hosts_entry_action.rb, line 10
    def initialize
      super
      @key         = 'puppet::hosts_entry'
      @description = 'Ensure Puppet server /etc/hosts entry exists'
      @file        = '/etc/hosts'
    end