aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/manifests/mirror.pp
blob: 277417521aa7de44062775fa2f7c276b7a468f34 (plain)
1
2
3
4
5
6
class subversion::mirror {
    include subversion::tools
    mga-common::local_script { 'create_svn_mirror.sh':
        content => template('subversion/create_svn_mirror.sh')
    }
}