diff --git a/manifests/init.pp b/manifests/init.pp index 92b47ad..ee62208 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -35,6 +35,15 @@ fail("Specified interfaces do not exist on host: ${bad_ifaces}") } + # Install the libtirpc package. + package {'libtirpc': + ensure => installed, + before => [ + File_line['netconfig-udp6'], + File_line['netconfig-tcp6'], + ] + } + # Only runs after notify exec { 'sysctl -p': command => 'cat /etc/sysctl.d/*.conf | sysctl -p -',