diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-20 23:50:53 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-20 23:50:53 +0100 |
commit | 32ad06b04165deb1f6e94d0d3d43f18af619fd68 (patch) | |
tree | 8ee65731316ec2d0ce81457fb43162b573b45fc7 /code/environments | |
parent | 2029c4e3058319dea818a1b1889b1226e1e9ff51 (diff) | |
download | puppet.FWSECK-32ad06b04165deb1f6e94d0d3d43f18af619fd68.tar.gz puppet.FWSECK-32ad06b04165deb1f6e94d0d3d43f18af619fd68.tar.bz2 puppet.FWSECK-32ad06b04165deb1f6e94d0d3d43f18af619fd68.zip |
site.pp: white space cleanups
Diffstat (limited to 'code/environments')
-rw-r--r-- | code/environments/production/manifests/site.pp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 46700ae..a1274e5 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -47,20 +47,20 @@ class ssh_pubkeys_firedadmins { #} class anacron_on_battery { - file_line { 'anacron-on-battery': - path => '/etc/default/anacron', - line => 'ANACRON_RUN_ON_BATTERY_POWER=yes', - match => '^ANACRON_RUN_ON_BATTERY_POWER\=.*$', - } + file_line { 'anacron-on-battery': + path => '/etc/default/anacron', + line => 'ANACRON_RUN_ON_BATTERY_POWER=yes', + match => '^ANACRON_RUN_ON_BATTERY_POWER\=.*$', + } } class login_manager { - package { 'lightdm': - ensure => 'installed', - } - package { 'arctica-greeter': - ensure => 'installed', - } + package { 'lightdm': + ensure => 'installed', + } + package { 'arctica-greeter': + ensure => 'installed', + } } class itzks_systems_common { @@ -93,7 +93,7 @@ class fsautoresizetab { path => '/etc/fsautoresizetab', replace => 'no', source => '/usr/share/debian-edu-config/fsautoresizetab', - } + } } class fsautoresizetab_change_usr { @@ -129,7 +129,7 @@ node /workstation-.*\.intern$/ { class { 'ssh_pubkeys_firedadmins': } class { 'login_manager': } class { 'itzks_systems_common': } - class { 'itzks_systems_workstation': } + class { 'itzks_systems_workstation': } # # settings appropriate for workstation hosts # class { 'apt::unattended_upgrades': @@ -162,7 +162,7 @@ node /notebook-.*\.intern$/ { class { 'ssh_pubkeys_firedadmins': } class { 'login_manager': } class { 'itzks_systems_common': } - class { 'itzks_systems_workstation': } + class { 'itzks_systems_workstation': } # # settings appropriate for workstation hosts # class { 'apt::unattended_upgrades': |