Skip to content

Commit

Permalink
Fix augeas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Nov 2, 2021
1 parent 1452757 commit 4faabf9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
# Retrieve CA passphrase for signing
$ca_passphrase = getvar("maverick_security::ssl::ca_passphrase")

# Dependency for augeas shellvar provider
#ensure_packages(["ruby-augeas"])

if $server_type == "openldap" {
# Setup rsyslog logging for openldap slapd
file { "/etc/rsyslog.d/10-slapd.conf":
Expand Down

1 comment on commit 4faabf9

@fnoop
Copy link
Member Author

@fnoop fnoop commented on 4faabf9 Nov 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #1028

Please sign in to comment.