/usr/lib/fai/get-config-dir-argonaut is in argonaut-fai-nfsroot 0.9.2-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/bash
# (c) 2011-2015 The FusionDirectory Project <contact@fusiondirectory.org>
### BEGIN SUBROUTINE INFO
# Provides-Var:
# Requires-Var: $FAI $LOGDIR $IPADDR $HOSTNAME
# Suggests-Var:
# Short-Description: get $FAI from an ldap server.
### END SUBROUTINE INFO
# Create configuration space
argonaut-ldap2fai -v -c $FAI -n $HOSTNAME -i $IPADDR | tee /tmp/fai/ldap2fai.log
|