puppet/modules/rhizo_base/files/rc.local

5 lines
55 B
Bash

#!/bin/sh -e
/home/rhizomatica/bin/get_ip.sh
exit 0