diff options
| author | Micah <micah@leap.se> | 2016-06-14 12:51:08 -0400 | 
|---|---|---|
| committer | Micah <micah@leap.se> | 2016-06-16 14:41:58 -0400 | 
| commit | 8532c9656eba93a10601421089502e39aa23b753 (patch) | |
| tree | f0dedb643e9eb003d2cbc13fd6deeb822ef501bb | |
| parent | 25cdee309d4ad749d633c8b4d5bf7e65f83fb75b (diff) | |
switch to two-space soft tabs to fix lint error
Change-Id: Ic12b243b195e40482a70dd70219212c3697899ba
| -rw-r--r-- | puppet/modules/site_stunnel/manifests/client.pp | 7 | ||||
| -rw-r--r-- | puppet/modules/site_stunnel/manifests/servers.pp | 7 | 
2 files changed, 6 insertions, 8 deletions
| diff --git a/puppet/modules/site_stunnel/manifests/client.pp b/puppet/modules/site_stunnel/manifests/client.pp index de9febd4..7c431c50 100644 --- a/puppet/modules/site_stunnel/manifests/client.pp +++ b/puppet/modules/site_stunnel/manifests/client.pp @@ -40,10 +40,9 @@ define site_stunnel::client (      sslversion => 'TLSv1',      syslog     => 'no',      output     => $logfile, -    require    => [ -                   Class['Site_config::X509::Key'], -                   Class['Site_config::X509::Cert'], -                   Class['Site_config::X509::Ca'] ]; +    require    => [ Class['Site_config::X509::Key'], +                    Class['Site_config::X509::Cert'], +                    Class['Site_config::X509::Ca'] ];    }    # define the log files so that we can purge the diff --git a/puppet/modules/site_stunnel/manifests/servers.pp b/puppet/modules/site_stunnel/manifests/servers.pp index 3dc5dce6..37aaf5a6 100644 --- a/puppet/modules/site_stunnel/manifests/servers.pp +++ b/puppet/modules/site_stunnel/manifests/servers.pp @@ -40,10 +40,9 @@ define site_stunnel::servers (      sslversion => 'TLSv1',      syslog     => 'no',      output     => $logfile, -    require    => [ -                   Class['Site_config::X509::Key'], -                   Class['Site_config::X509::Cert'], -                   Class['Site_config::X509::Ca'] ]; +    require    => [ Class['Site_config::X509::Key'], +                    Class['Site_config::X509::Cert'], +                    Class['Site_config::X509::Ca'] ];    }    # allow incoming connections on $accept_port | 
