Class: Vagrant::Provisioners::PuppetServer::Config

Inherits:
Config::Base
  • Object
show all
Defined in:
lib/vagrant/provisioners/puppet_server.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Config::Base

#instance_variables_hash, json_create, #merge, #set_options, #to_hash, #to_json, #validate

Instance Attribute Details

#facterObject

Returns the value of attribute facter.



12
13
14
# File 'lib/vagrant/provisioners/puppet_server.rb', line 12

def facter
  @facter
end

#optionsObject

Returns the value of attribute options.



11
12
13
# File 'lib/vagrant/provisioners/puppet_server.rb', line 11

def options
  @options
end

#puppet_nodeObject

Returns the value of attribute puppet_node.



10
11
12
# File 'lib/vagrant/provisioners/puppet_server.rb', line 10

def puppet_node
  @puppet_node
end

#puppet_serverObject

Returns the value of attribute puppet_server.



9
10
11
# File 'lib/vagrant/provisioners/puppet_server.rb', line 9

def puppet_server
  @puppet_server
end