Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htcondor::sharedport: Add configuration for condor_shared_port daemon. #62

Merged
merged 1 commit into from
Jul 14, 2017

Conversation

olifre
Copy link
Collaborator

@olifre olifre commented Jul 10, 2017

Extremely useful in firewalled environments, off by default.

content => template($template_sharedport),
require => Package['condor'],
owner => $condor_user,
group => $condor_group,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puppet lint is complaining about lines 17 and 18:

manifests/config/sharedport.pp - WARNING: top-scope variable being used without an explicit namespace on line 17
manifests/config/sharedport.pp - WARNING: top-scope variable being used without an explicit namespace on line 18

Could you please add

$condor_user                = $htcondor::condor_user
$condor_group               = $htcondor::condor_group

?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks for reviewing!

@olifre olifre force-pushed the shared-port-configuration branch from edc8af2 to bcfdc10 Compare July 14, 2017 15:46
@kreczko kreczko merged commit 8aaf223 into HEP-Puppet:master Jul 14, 2017
@olifre olifre deleted the shared-port-configuration branch July 14, 2017 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants