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