mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
Task 15.3 - new approach: generators/maze/maze_generator (WiP)
This commit is contained in:
@@ -62,7 +62,7 @@ define secgen_functions::install_setgid_script (
|
||||
owner => 'root',
|
||||
group => $grp,
|
||||
mode => '2775',
|
||||
content => $script_data[0],
|
||||
content => $script_data,
|
||||
require => Group[$grp],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user