aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/install-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/install-dependencies.sh')
-rwxr-xr-xbootstrap/install-dependencies.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/install-dependencies.sh b/bootstrap/install-dependencies.sh
index 4edb01f..3941858 100755
--- a/bootstrap/install-dependencies.sh
+++ b/bootstrap/install-dependencies.sh
@@ -25,7 +25,8 @@ apt-get -y install \
perl-modules \
libdbi-perl \
libdbd-pg-perl \
- libnet-telnet-perl
+ libnet-telnet-perl \
+ libnetaddr-ip-perl
if [ "${ROLE}" == "boot" ]; then
# Install-tasks specific for the _bootstrab box_ here