aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/manifests/allow.pp
blob: 361ee4a72ef8a354295d37181afdb205dfd28104 (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",
    }
}