diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-04-28 18:29:57 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-04-28 18:29:57 -0300 |
commit | 362a0c0374166ccd652eb61ec4551e4194f9d2c5 (patch) | |
tree | 8e7435dce6fd4c5af7e5d0ae2d7b6afa8586d14e /provisioning/modules/pixelated/manifests | |
parent | a7c356ef9311981d32bda0bfe80c5f84a6f0f717 (diff) |
Updated user agent vagrant to run on Jessie
Diffstat (limited to 'provisioning/modules/pixelated/manifests')
-rw-r--r-- | provisioning/modules/pixelated/manifests/hackday_dev_env.pp | 14 | ||||
-rw-r--r-- | provisioning/modules/pixelated/manifests/source.pp | 1 |
2 files changed, 1 insertions, 14 deletions
diff --git a/provisioning/modules/pixelated/manifests/hackday_dev_env.pp b/provisioning/modules/pixelated/manifests/hackday_dev_env.pp deleted file mode 100644 index 78de0bba..00000000 --- a/provisioning/modules/pixelated/manifests/hackday_dev_env.pp +++ /dev/null @@ -1,14 +0,0 @@ -# -class pixelated::hackday_dev_env { - 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 => File['/home/vagrant/.activate_custom_node_modules.sh'] - } -} diff --git a/provisioning/modules/pixelated/manifests/source.pp b/provisioning/modules/pixelated/manifests/source.pp index d4e9754a..3d7ca037 100644 --- a/provisioning/modules/pixelated/manifests/source.pp +++ b/provisioning/modules/pixelated/manifests/source.pp @@ -7,6 +7,7 @@ class pixelated::source { 'python-dev', 'python-virtualenv', 'libffi-dev', + 'libssl-dev', 'g++', 'ruby-dev', 'libsqlite3-dev', |