Skip to content

Commit 10500b7

Browse files
committed
added nodejs
1 parent 803c1ea commit 10500b7

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

Puppetfile

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ mod 'wordpress',
1414

1515
mod 'vsftpd',
1616
:git => 'git://github.com/thias/puppet-vsftpd.git'
17+
18+
mod 'nodejs',
19+
:git => 'git://github.com/puppetlabs/puppetlabs-nodejs.git'
1720

1821
# mod 'puppetlabs/stdlib'
1922

Puppetfile.lock

+20
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ FORGE
99
example42/monitor (2.0.0)
1010
example42/puppi (>= 2.0.0)
1111
example42/puppi (2.0.8)
12+
puppetlabs/apt (1.1.0)
13+
puppetlabs/stdlib (>= 2.2.1)
1214
puppetlabs/firewall (0.3.0)
1315
puppetlabs/mysql (0.6.1)
1416
puppetlabs/stdlib (>= 2.2.1)
@@ -45,6 +47,22 @@ GIT
4547
puppetlabs/stdlib (>= 2.2.1)
4648
ripienaar/concat (>= 0.2.0)
4749

50+
GIT
51+
remote: git://github.com/puppetlabs/puppetlabs-nodejs.git
52+
ref: master
53+
sha: b5e70b0e77548b50ea3216758fbf95f8b782f791
54+
specs:
55+
nodejs (0.2.1)
56+
puppetlabs/apt (>= 0.0.3)
57+
puppetlabs/stdlib (>= 2.0.0)
58+
59+
GIT
60+
remote: git://github.com/thias/puppet-vsftpd.git
61+
ref: master
62+
sha: 8951de6ee6cdeae80b5077e76108a15952ad4590
63+
specs:
64+
vsftpd (0.1.2)
65+
4866
GIT
4967
remote: git://github.com/willmoss/puppet-openssl.git
5068
ref: master
@@ -55,7 +73,9 @@ GIT
5573

5674
DEPENDENCIES
5775
apache (>= 0)
76+
nodejs (>= 0)
5877
openssl (>= 0)
5978
postfix (>= 0)
79+
vsftpd (>= 0)
6080
wordpress (>= 0)
6181

manifests/nodes.pp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
include user
77
include swap
88
include php
9+
include nodejs # install nodejs
910

1011
# Install apache
1112
class {'apache':

0 commit comments

Comments
 (0)