From fb2d35ae441bce0496e274b2339589f5b8f84252 Mon Sep 17 00:00:00 2001 From: Micah Date: Tue, 19 Jan 2016 16:56:52 -0500 Subject: Make the reject parameter an array to fix the following (#7822): failed to parse template tor/torrc.exit_policy.erb, undefined method `each' for "*:*":String Change-Id: I2b7b444187376dbc2f3cc5095391ae54bf8321b3 --- puppet/modules/site_tor/manifests/disable_exit.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/modules/site_tor/manifests/disable_exit.pp') diff --git a/puppet/modules/site_tor/manifests/disable_exit.pp b/puppet/modules/site_tor/manifests/disable_exit.pp index 73016646..078f80ae 100644 --- a/puppet/modules/site_tor/manifests/disable_exit.pp +++ b/puppet/modules/site_tor/manifests/disable_exit.pp @@ -1,7 +1,7 @@ class site_tor::disable_exit { tor::daemon::exit_policy { 'no_exit_at_all': - reject => '*:*'; + reject => [ '*:*' ]; } } -- cgit v1.2.3