From 47c83e6fc82afd55110c9184234e31dc751e5347 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 6 Jul 2015 13:51:59 -0300 Subject: Vagrant provisioning fixes --- manifests/bootstrap/vagrant.pp | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'manifests') diff --git a/manifests/bootstrap/vagrant.pp b/manifests/bootstrap/vagrant.pp index e592d73..39c2b32 100644 --- a/manifests/bootstrap/vagrant.pp +++ b/manifests/bootstrap/vagrant.pp @@ -3,17 +3,6 @@ # virtual machine. # -# -# Stage definitions -# - -stage { 'first': - before => Stage['main'], -} - -stage { 'last': } -Stage['main'] -> Stage['last'] - # # Class definitions # @@ -22,27 +11,3 @@ Stage['main'] -> Stage['last'] class { 'nodo': role => 'vagrant', } - -class vagrant_config { - # Symlink to the mounted module folder - file { '/etc/puppet/modules': - ensure => '/etc/puppet/modules-0', - force => true, - } - - # Ensure a custom hiera configuration - file { '/etc/puppet/hiera.yaml': - owner => root, - group => root, - mode => 0644, - force => true, - ensure => '/etc/puppet/hiera/hiera.yaml', - } -} - -# -# Class instantiations -# -class { 'vagrant_config': - stage => first, -} -- cgit v1.2.3