X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fsystemd%2Ftemplates%2Flimits.erb;fp=3rdparty%2Fmodules%2Fsystemd%2Ftemplates%2Flimits.erb;h=0000000000000000000000000000000000000000;hb=c7e7bcc28cc5dc48a7e284a3c82f33df27d1f57d;hp=f51d756b7005e17a2a80a5cbc431cb39f253722c;hpb=f89d8091bbf5a7bd8f86ee80abb03c729cea8d74;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/systemd/templates/limits.erb b/3rdparty/modules/systemd/templates/limits.erb deleted file mode 100644 index f51d756b7..000000000 --- a/3rdparty/modules/systemd/templates/limits.erb +++ /dev/null @@ -1,16 +0,0 @@ -# This file managed by Puppet - DO NOT EDIT -[Service] -<% - @limits.keys.sort.each do |k| - - # Handles the Path and Option entries - if @limits[k].is_a?(Array) - output = @limits[k].map{|x| - x = %(#{k}=#{x.to_a.flatten.join(' ')}) - }.join("\n") - else - output = %(#{k}=#{@limits[k]}) - end --%> -<%= output %> -<% end -%>