aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/mgacreatehome.pp
blob: d7a05527338b1b6aa4703e6b716d6e9fa8b405b7 (plain)
1
2
3
4
5
6
7
class buildsystem::mgacreatehome {
    # temporary script to create home dir with ssh key
    # taking login and url as arguments
    local_script { 'mgacreatehome':
        content => template('buildsystem/mgacreatehome')
    }
}