summaryrefslogtreecommitdiff
path: root/sysvinit/freebsd/cloudinit
diff options
context:
space:
mode:
Diffstat (limited to 'sysvinit/freebsd/cloudinit')
-rwxr-xr-xsysvinit/freebsd/cloudinit6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysvinit/freebsd/cloudinit b/sysvinit/freebsd/cloudinit
index 8d5ff10e..23a1247b 100755
--- a/sysvinit/freebsd/cloudinit
+++ b/sysvinit/freebsd/cloudinit
@@ -18,9 +18,9 @@ start_cmd="cloudinit_start"
cloudinit_override()
{
- # If there exist sysconfig/default variable override files use it...
- if [ -f /etc/default/cloud-init ]; then
- . /etc/default/cloud-init
+ # If there exist sysconfig/defaults variable override files use it...
+ if [ -f /etc/defaults/cloud-init ]; then
+ . /etc/defaults/cloud-init
fi
}