12 lines
376 B
Diff
12 lines
376 B
Diff
|
--- cloudinit/net/sysconfig.py.orig
|
||
|
+++ cloudinit/net/sysconfig.py
|
||
|
@@ -758,6 +758,8 @@ def available_sysconfig(target=None):
|
||
|
for p in expected:
|
||
|
if not util.which(p, search=search, target=target):
|
||
|
return False
|
||
|
+ else:
|
||
|
+ return True
|
||
|
|
||
|
expected_paths = ['etc/sysconfig/network/scripts/functions.netconfig']
|
||
|
for p in expected_paths:
|