Skip to content

Commit fc3f30a

Browse files
rootbschonec
root
authored andcommitted
Add package libtirpc install.
Fix relationship ordering.
1 parent d8050df commit fc3f30a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

manifests/init.pp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
fail("Specified interfaces do not exist on host: ${bad_ifaces}")
3636
}
3737

38+
# Install the libtirpc package.
39+
package {'libtirpc':
40+
ensure => installed,
41+
before => [
42+
File_line['netconfig-udp6'],
43+
File_line['netconfig-tcp6'],
44+
]
45+
}
46+
3847
# Only runs after notify
3948
exec { 'sysctl -p':
4049
command => 'cat /etc/sysctl.d/*.conf | sysctl -p -',

0 commit comments

Comments
 (0)