From c9cd1fc205fbd84d7490450ec5a3e23cb4892ed5 Mon Sep 17 00:00:00 2001 From: Alessandra Forti Date: Mon, 4 Sep 2017 16:51:30 +0100 Subject: [PATCH] Removed conflicts from manifests/config.pp --- manifests/config.pp | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/manifests/config.pp b/manifests/config.pp index ccff86c..2de4daf 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -49,37 +49,9 @@ anchor { 'htcondor::common_config_done': require => [ Class[$common_class], Class[$sharedport_class] ], } -<<<<<<< HEAD - - if $use_krb_map_file { - file { $krb_map_file: - ensure => present, - source => $kerberos_mapfile, - owner => $condor_user, - group => $condor_group, - } - } - } - - if $use_password_auth { - # even if condor runs as condor, it just drops privileges and needs to start - # as root. - # if file is not owned by root, condor will throw this error : - # 06/12/14 15:38:40 error: SEC_PASSWORD_FILE must be owned by Condor's real - # uid - # 06/12/14 15:38:40 error: SEC_PASSWORD_FILE must be owned by Condor's real - # uid - file { '/etc/condor/pool_password': - ensure => present, - source => $pool_password, - owner => root, - group => root, - mode => '0600', -======= } else { anchor { 'htcondor::common_config_done': require => Class[$common_class] ->>>>>>> upstream/master } }