aboutsummaryrefslogtreecommitdiffstats
path: root/modules/icecream/manifests/client.pp
blob: d58a5e65fba94705064cb806e633b3bf92104788 (plain)
1
2
3
4
5
6
define icecream::client($host => '') {
    include icecream::client_common
    file { '/etc/sysconfig/icecream':
        content => template('icecream/sysconfig'),
    }
}