source:
trunk/puppet/modules/backup_rsnapshot/manifests/init.pp
@
740
Last change on this file since 740 was 392, checked in by , 15 years ago | |
---|---|
File size: 133 bytes |
Rev | Line | |
---|---|---|
[392] | 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.