summaryrefslogtreecommitdiff
path: root/code/environments
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-12-12 10:23:13 +0100
committerBenjamin Schlüter <bschlueter@posteo.de>2018-12-12 10:23:13 +0100
commitda9da65d53a718c5c22afc265c0315887ea54605 (patch)
treee893670009b223ff8c6233c7b607356f6b99dd71 /code/environments
parenta306440cd79c68d88379b98efdb943269bed324a (diff)
downloadpuppet.FWSECK-da9da65d53a718c5c22afc265c0315887ea54605.tar.gz
puppet.FWSECK-da9da65d53a718c5c22afc265c0315887ea54605.tar.bz2
puppet.FWSECK-da9da65d53a718c5c22afc265c0315887ea54605.zip
Fixed tabs vs. spaces.
Diffstat (limited to 'code/environments')
-rw-r--r--code/environments/production/manifests/site.pp16
1 files changed, 8 insertions, 8 deletions
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 {