Skip to content

Commit

Permalink
Merge pull request #1 from adepretis/master
Browse files Browse the repository at this point in the history
nodejs-dev PPA for Ubuntu (Chris Lea) was missing
  • Loading branch information
siwilkins committed May 19, 2013
2 parents ecebd86 + 6e90725 commit d67fc5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
apt::ppa { 'ppa:chris-lea/node.js':
before => Anchor['nodejs::repo'],
}

apt::ppa { 'ppa:chris-lea/node.js-devel':
before => Anchor['nodejs::repo'],
}
}
}

Expand Down
1 change: 1 addition & 0 deletions spec/classes/nodejs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

it { should contain_class('apt') }
it { should contain_apt__ppa('ppa:chris-lea/node.js') }
it { should contain_apt__ppa('ppa:chris-lea/node.js-devel') }
it { should contain_package('nodejs') }
it { should contain_package('nodejs').with({
'name' => 'nodejs',
Expand Down

0 comments on commit d67fc5b

Please sign in to comment.