summaryrefslogtreecommitdiff
path: root/templates/modload.erb
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-05-24 10:19:39 -0400
committerMicah <micah@leap.se>2016-05-24 10:19:39 -0400
commit1419079315b69a271b5019bcf5e7c4df39633677 (patch)
tree69305f1afb350e2d3956b0c8767c3a70cde7c7e6 /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.erb3
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 -%>