summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/manifests/source.pp
diff options
context:
space:
mode:
Diffstat (limited to 'provisioning/modules/pixelated/manifests/source.pp')
-rw-r--r--provisioning/modules/pixelated/manifests/source.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/provisioning/modules/pixelated/manifests/source.pp b/provisioning/modules/pixelated/manifests/source.pp
index c84eecfe..d740bc86 100644
--- a/provisioning/modules/pixelated/manifests/source.pp
+++ b/provisioning/modules/pixelated/manifests/source.pp
@@ -1,4 +1,5 @@
class pixelated::source {
+ include phantomjs
package { [
'git',
@@ -26,7 +27,7 @@ class pixelated::source {
}
class install_pixelated {
- $virtualenv_path = "/home/vagrant/user-agent-venv"
+ $virtualenv_path = '/home/vagrant/user-agent-venv'
exec { 'install-pixelated':
environment => 'USERNAME=vagrant',
@@ -44,8 +45,8 @@ class pixelated::source {
}
file { '/home/vagrant/.activate_custom_node_modules.sh':
- owner => 'vagrant',
- mode => '0600',
+ owner => 'vagrant',
+ mode => '0600',
source => 'puppet:///modules/pixelated/activate_custom_node_modules.sh',
}
exec { 'add_custom_node_modules_to_bashrc':