Task 15.3 - new approach: generators/maze/maze_generator (WiP)

This commit is contained in:
thomashaw
2018-08-17 17:16:30 +01:00
committed by ts
parent 5f3d4197e1
commit 66b01fb35b
78 changed files with 342 additions and 1825 deletions

View File

@@ -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],
}