diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-13 11:01:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-13 11:01:50 -0300 |
commit | 41c9d898a216a354a8889350140da0f23e018f48 (patch) | |
tree | 982169884cd68c08da5b2b89094682a09b990919 /Vagrantfile | |
parent | 72f61db98bf1ad3663ffdb6c2b5bad196eba2054 (diff) | |
download | puppet-bootstrap-41c9d898a216a354a8889350140da0f23e018f48.tar.gz puppet-bootstrap-41c9d898a216a354a8889350140da0f23e018f48.tar.bz2 |
Vagrantfile: set fqdn
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index a8c4835..23755c9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,7 +6,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "jessie" # Hostname - config.vm.hostname = "puppet-boostrap" + config.vm.hostname = "puppet-boostrap.example.org" # Shell provisioner to setup basic environment. config.vm.provision :shell, :inline => "/vagrant/puppet/bin/provision" |