X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdebian_org%2Flib%2Ffacter%2Froleaccounts.rb;h=ef88dd1636623f312cf8c38d7820b45781573fce;hb=ae29e5c792bb87434f1bca1d330785d312ff6517;hp=20bd717283869c790bcf408db2c3d295895ac18f;hpb=2d9d148233bc7bd15814074718b6706547dbc207;p=mirror%2Fdsa-puppet.git diff --git a/modules/debian_org/lib/facter/roleaccounts.rb b/modules/debian_org/lib/facter/roleaccounts.rb index 20bd71728..ef88dd163 100644 --- a/modules/debian_org/lib/facter/roleaccounts.rb +++ b/modules/debian_org/lib/facter/roleaccounts.rb @@ -1,7 +1,16 @@ begin require 'etc' - %w{buildd git portforwarder postgres staticsync weblogsync dnsadm geodnssync}.each do |user| + %w{ + buildd + dnsadm + geodnssync + git + portforwarder + postgres + staticsync + weblogsync + }.each do |user| Facter.add("#{user}_user_exists") do setcode do result = false