source: trunk/puppet/modules/backup_rsnapshot/manifests/init.pp @ 392

Last change on this file since 392 was 392, checked in by sebas, 15 years ago

inicio del modulo

File size: 133 bytes
Line 
1# copyright <sebas @ koumbit.org>
2# Licence: GPL
3#
4
5class backup_rsnapshot {
6
7   package { [ "rsnapshot" ]: ensure => installed }
8
9}
Note: See TracBrowser for help on using the repository browser.