Missing a repository? Have a look at https://code.cacert.org/.

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sitemodules/profiles/manifests/debarchive.pp9
1 files changed, 1 insertions, 8 deletions
diff --git a/sitemodules/profiles/manifests/debarchive.pp b/sitemodules/profiles/manifests/debarchive.pp
index a96a0f6..1834e15 100644
--- a/sitemodules/profiles/manifests/debarchive.pp
+++ b/sitemodules/profiles/manifests/debarchive.pp
@@ -35,7 +35,7 @@
# Copyright
# ---------
#
-# Copyright 2019 Jan Dittberner
+# Copyright 2019, 2020 Jan Dittberner
#
class profiles::debarchive (
String $notification_email_address,
@@ -62,13 +62,6 @@ class profiles::debarchive (
package{ ['reprepro', 'inoticoming']:
ensure => latest,
}
- file { '/etc/rssh.conf':
- ensure => absent,
- }
- exec { 'remove rssh from list of valid shells':
- command => '/bin/sed -d /usr/bin/rssh -i /etc/shells',
- onlyif => '/bin/grep -q rssh /etc/shells',
- }
# setup user, groups and directories
group { 'debarchive':