Skip to content

Commit 20bc076

Browse files
committed
Fix relationship ordering.
1 parent c056db6 commit 20bc076

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

manifests/init.pp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
# Install the libtirpc package.
3939
package {'libtirpc':
4040
ensure => installed,
41-
before => Exec['sysctl -p'],
41+
before => [
42+
File_line['netconfig-udp6'],
43+
File_line['netconfig-tcp6'],
44+
]
4245
}
4346

4447
# Only runs after notify

0 commit comments

Comments
 (0)