source:
trunk/puppet/modules/rtorrentd/manifests/init.pp
@
764
Last change on this file since 764 was 423, checked in by , 15 years ago | |
---|---|
File size: 135 bytes |
Rev | Line | |
---|---|---|
[423] | 1 | # copyright <albertorosenberg @ cta.org.ar> |
2 | # Licence: GPL | |
3 | # | |
4 | ||
5 | class rtorrentd { | |
6 | ||
7 | package { [ "rtorrent" ]: ensure => installed } | |
8 | ||
9 | } |
Note: See TracBrowser
for help on using the repository browser.