summaryrefslogtreecommitdiff
path: root/code/environments
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-10 12:43:50 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-10 12:43:50 +0200
commit6bbdb8989e0f0a572313a7dab4b467df6d307321 (patch)
tree94fdba8bff1fec0b1ef6186e94170b1c9bcf741c /code/environments
parent0f86c72fabbe1efad4ee3f7bbb2ecd4881b5b2de (diff)
downloadpuppet.FWSECK-6bbdb8989e0f0a572313a7dab4b467df6d307321.tar.gz
puppet.FWSECK-6bbdb8989e0f0a572313a7dab4b467df6d307321.tar.bz2
puppet.FWSECK-6bbdb8989e0f0a572313a7dab4b467df6d307321.zip
Typo fix in roaming workstation package (and class) name(s).
Diffstat (limited to 'code/environments')
-rw-r--r--code/environments/production/manifests/site.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index e514f9e..c822986 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -151,8 +151,8 @@ class itzks_systems_workstation {
}
}
-class itzks_systems_roaming_workstation {
- package { 'itzks-systems-roaming-workstation':
+class itzks_systems_roamingworkstation {
+ package { 'itzks-systems-roamingworkstation':
ensure => 'latest',
}
package { 'nscd':
@@ -304,7 +304,7 @@ node /(notebook-.*)\.intern$/ {
class { 'ssh_pubkeys_firedadmins': }
class { 'login_manager': }
class { 'itzks_systems_common': }
- class { 'itzks_systems_roaming_workstation': }
+ class { 'itzks_systems_roamingworkstation': }
class { 'fsautoresizetab': }
class { 'fsautoresizetab_change_usr': }
class { 'lsb_release_with_version': }