Cloud-init package for pfsense
-
I am trying to install the cloud-init package that comes available for FreeBSD, currently I am using version 12.2. I was able to successfully deploy an instance using openstack for FreeBSD with cloud-init template, however I am struggling to the same with pfsense. The steps I proceed are the following. I modify the pfsense to be able to download from FreeBSD repo and I am installing "pkg install net/cloud-init". Then I am modifying rc.conf.local and /etc/defaults/rc.conf to enable the cloud-init with (cloudinit_enable="YES"). However I am not able to deploy it successfully. I see when I run that the second disk is attacked but the config is not applied. When I run service -e I see that cloud-init service is active. Any tips how to configure it successfully?