summaryrefslogtreecommitdiff
path: root/manifests/scandir_users.pp
blob: 30734ce436b1f61818fc6dc8a600180b531358b4 (plain)
1
2
3
4
5
6
7
class s6::scandir_users {
  $s6::scandir_users.each | $entry | {
    s6::user_scandir {
      $entry: ;
    }
  }
}