Skip to content

Commit

Permalink
Removed conflicts from manifests/config.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandra Forti committed Sep 4, 2017
1 parent 1c49b72 commit c9cd1fc
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit c9cd1fc

Please sign in to comment.