# File lib/simp/cli/config/items/data/cli_puppet_server_ip.rb, line 7 def initialize super @key = 'cli::puppet::server::ip' @description = %Q{The Puppet server's IP address. This is used to configure /etc/hosts properly.} @data_type = :internal end