Skip to content

Commit

Permalink
Merge pull request #76 from jordiprats/master
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
jordiprats authored Jan 18, 2018
2 parents 513a088 + 0f826ba commit 73811dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
refreshonly => true,
}

# /etc/systemd/logind.conf
file { '/etc/systemd/logind.conf':
ensure => 'present',
owner => 'root',
group => 'root',
mode => '0644',
content => template("${module_name}/logind.erb"),
}

}
1 change: 0 additions & 1 deletion manifests/service/dropin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
$syslogidentifier = undef,
$purge_dropin_dir = true,
) {

if ($env_vars != undef )
{
validate_array($env_vars)
Expand Down

0 comments on commit 73811dc

Please sign in to comment.