]> git.netwichtig.de Git - user/henk/code/puppet/modules/s6.git/blob - manifests/scandir_users.pp
work with systemd
[user/henk/code/puppet/modules/s6.git] / manifests / scandir_users.pp
1 class s6::scandir_users {
2   $s6::scandir_users.each | $entry | {
3     s6::user_scandir {
4       $entry: ;
5     }
6   }
7 }