From 71d1d8aac36ca6d5ce7b9f6b86a9891b45d3757c Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Wed, 11 Feb 2015 10:39:53 +0100 Subject: (Re-)added auto setup of vagrant ssh. - Issues #282, #252 --- provisioning/modules/pixelated/manifests/source.pp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'provisioning/modules/pixelated/manifests/source.pp') diff --git a/provisioning/modules/pixelated/manifests/source.pp b/provisioning/modules/pixelated/manifests/source.pp index e1dc7844..3d0fa390 100644 --- a/provisioning/modules/pixelated/manifests/source.pp +++ b/provisioning/modules/pixelated/manifests/source.pp @@ -36,18 +36,6 @@ class pixelated::source { user => 'vagrant', timeout => 0 } - - file { '/home/vagrant/.activate_custom_node_modules.sh': - owner => 'vagrant', - mode => '0600', - source => 'puppet:///modules/pixelated/activate_custom_node_modules.sh', - } - exec { 'add_custom_node_modules_to_bashrc': - command => "/bin/bash -c 'echo \"source /home/vagrant/.activate_custom_node_modules.sh\" >> /home/vagrant/.bashrc'", - unless => "/bin/grep \"source /home/vagrant/.activate_custom_node_modules.sh\" /home/vagrant/.bashrc", - user => 'vagrant', - require => [Exec['install-pixelated'], File['/home/vagrant/.activate_custom_node_modules.sh']] - } } Stage['main'] -> Stage['install_pixelated'] -- cgit v1.2.3