aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/manifests/allow.pp
blob: 40028f75545f47553c2363ad1dcdeee9b4aedfc7 (plain)
1
2
3
4
5
6
7
define restrictshell::allow {
    include shell
    file { "/etc/membersh-conf.d/allow_${name}.pl":
        mode    => '0755',
        content => "\${use}_${name} = 1;\n",
    }
}