diff options
author | Micah <micah@leap.se> | 2016-05-24 10:19:39 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-05-24 10:19:39 -0400 |
commit | 1419079315b69a271b5019bcf5e7c4df39633677 (patch) | |
tree | 69305f1afb350e2d3956b0c8767c3a70cde7c7e6 /templates/modload.erb |
Squashed 'puppet/modules/rsyslog/' content from commit b8ef11c
git-subtree-dir: puppet/modules/rsyslog
git-subtree-split: b8ef11c23949d12732ad5cdaebb3023ff39a297a
Diffstat (limited to 'templates/modload.erb')
-rw-r--r-- | templates/modload.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/modload.erb b/templates/modload.erb new file mode 100644 index 00000000..a14a612a --- /dev/null +++ b/templates/modload.erb @@ -0,0 +1,3 @@ +<% @extra_modules.each do |mod| -%> +$ModLoad <%= mod %> +<% end -%> |