diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-03-20 04:43:01 -0500 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-03-20 04:43:01 -0500 |
commit | c146a0ea62b03d9650bdb43986acb0afdf2ecba0 (patch) | |
tree | 2aa44962f79db4f1443c2679028cc81ce2225dda /scripts/ldap | |
parent | eab5eca5bda076aae57e6cc82b6e08dbd5025ff3 (diff) |
Diffstat (limited to 'scripts/ldap')
-rwxr-xr-x | scripts/ldap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ldap b/scripts/ldap index 594f37b..c545825 100755 --- a/scripts/ldap +++ b/scripts/ldap @@ -1,5 +1,5 @@ #!/bin/bash set -e -scripts/debian_roll ldap +scripts/roll ldap #lxc-attach ldap -v DEBIAN_FRONTEND=noninteractive -- apt-get -y install slapd ldap-utils ldapscripts |