summaryrefslogtreecommitdiff
path: root/sysvinit/freebsd/cloudconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sysvinit/freebsd/cloudconfig')
-rwxr-xr-xsysvinit/freebsd/cloudconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysvinit/freebsd/cloudconfig b/sysvinit/freebsd/cloudconfig
index 15d7ab95..73877b6f 100755
--- a/sysvinit/freebsd/cloudconfig
+++ b/sysvinit/freebsd/cloudconfig
@@ -18,9 +18,9 @@ start_cmd="cloudconfig_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
}