Skip to content

Commit

Permalink
Merge pull request #80 from kreczko/kreczko/issue/78+79
Browse files Browse the repository at this point in the history
Fixing CGroup issue and badly initialized variables
  • Loading branch information
kreczko authored Nov 3, 2017
2 parents 46f498f + 9d5f071 commit 7e71ffe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Puppet module for HTCondor batch system

Latest stable version: https://github.com/HEP-Puppet/htcondor/releases/tag/v2.0.1
Latest stable version: https://github.com/HEP-Puppet/htcondor/releases/tag/v2.0.3

Development branch: https://github.com/HEP-Puppet/htcondor/tree/development

Expand Down
2 changes: 0 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@
$partitionable_slots = $htcondor::params::partitionable_slots,
$memory_overcommit = $htcondor::params::memory_overcommit,
$request_memory = $htcondor::params::request_memory,
$certificate_mapfile = $htcondor::params::certificate_mapfile,
$kerberos_mapfile = $htcondor::params::kerberos_mapfile,
$starter_job_environment = $htcondor::params::starter_job_environment,
$pool_home = $htcondor::params::pool_home,
$pool_create = $htcondor::params::pool_create,
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HEPPuppet-htcondor",
"version": "2.0.2",
"version": "2.0.3",
"summary": "Puppet module for HTCondor batch system",
"author": "HEPPuppet",
"requirements": [
Expand Down
2 changes: 1 addition & 1 deletion templates/20_workernode.config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ MAX_NUM_STARTD_LOG = 10
<%- if @enable_cgroup -%>
# Enable CGROUP
BASE_CGROUP = <%= @htcondor_cgroup %>
CGROUP_MEMORY_LIMIT = soft
CGROUP_MEMORY_LIMIT_POLICY = soft
<%- end -%>

## Debugging
Expand Down

0 comments on commit 7e71ffe

Please sign in to comment.