From da9da65d53a718c5c22afc265c0315887ea54605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Wed, 12 Dec 2018 10:23:13 +0100 Subject: Fixed tabs vs. spaces. --- code/environments/production/manifests/site.pp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index d6d3545..4472c2f 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -54,14 +54,14 @@ class ssh_pubkeys_firedadmins { #} class lsb_release_with_version { - file { '/etc/lsb-release': - ensure => present, - } - file_line { 'lsb-release-with-version': - path => '/etc/lsb-release', - line => "DISTRIB_DESCRIPTION=Debian Edu / Skolelinux ${::operatingsystemrelease}", - match => "^DISTRIB_DESCRIPTION=DebianEdu/Skolelinux$", - } + file { '/etc/lsb-release': + ensure => present, + } + file_line { 'lsb-release-with-version': + path => '/etc/lsb-release', + line => "DISTRIB_DESCRIPTION=Debian Edu / Skolelinux ${::operatingsystemrelease}", + match => "^DISTRIB_DESCRIPTION=DebianEdu/Skolelinux$", + } } class anacron_on_battery { -- cgit v1.2.3