From a5f4e699d440bd7da409eb7c600ace38d4a86223 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Thu, 29 Jan 2015 15:52:53 +0100 Subject: run setup py on login we need to create some egg files for the user-agent before everything works --- provisioning/modules/pixelated/manifests/source.pp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'provisioning/modules/pixelated/manifests') diff --git a/provisioning/modules/pixelated/manifests/source.pp b/provisioning/modules/pixelated/manifests/source.pp index d740bc86..e1dc7844 100644 --- a/provisioning/modules/pixelated/manifests/source.pp +++ b/provisioning/modules/pixelated/manifests/source.pp @@ -37,13 +37,6 @@ class pixelated::source { timeout => 0 } - exec { 'add_virtualenv_to_bashrc': - command => "/bin/bash -c 'echo \"source ${virtualenv_path}/bin/activate ; cd /vagrant\" >> /home/vagrant/.bashrc'", - unless => "/bin/grep \"source ${virtualenv_path}\" /home/vagrant/.bashrc", - user => 'vagrant', - require => Exec['install-pixelated'] - } - file { '/home/vagrant/.activate_custom_node_modules.sh': owner => 'vagrant', mode => '0600', -- cgit v1.2.3