From 0f826ba8cce1ca95d9c359567d22bb9875da9851 Mon Sep 17 00:00:00 2001 From: Jordi Prats Date: Thu, 18 Jan 2018 13:04:56 +0100 Subject: [PATCH] lint --- manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index d6d7d5c..5be0d46 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -19,7 +19,6 @@ refreshonly => true, } - # /etc/systemd/logind.conf file { '/etc/systemd/logind.conf': ensure => 'present', owner => 'root', @@ -27,5 +26,4 @@ mode => '0644', content => template("${module_name}/logind.erb"), } - }