Added kiwiirc and dependencies
This commit is contained in:
parent
b2afdf54e1
commit
84d082da1b
7 changed files with 326 additions and 2 deletions
|
@ -33,5 +33,10 @@ class rhizo_base::apt {
|
|||
key_server => 'subkeys.pgp.net',
|
||||
include_src => false,
|
||||
}
|
||||
|
||||
}
|
||||
apt::source { 'nodesource':
|
||||
location => 'https://deb.nodesource.com/node_0.10',
|
||||
release => 'precise',
|
||||
repos => 'main',
|
||||
key_source => 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue