summaryrefslogtreecommitdiffstats
path: root/puppet/modules/sshkeys/tests/init.pp
blob: be3ea405a7f9c0fb53c1e4991e0df10e5d3b96ab (plain)
1
2
3
4
class { 'sshkeys':
    user => 'fakeuser',
    group => 'fakegroup'
}