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