diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-10 21:15:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 21:15:28 +0200 |
commit | 7ccd7b4ab990c5501069af7af5d6929abf5b4f11 (patch) | |
tree | b6f7717a71aecb27057b7ea1a273c359c49ad5b1 /debian | |
parent | 5518738952cda46cff5c8bda7dd896871691b001 (diff) | |
parent | 748199b10df112cba0821703001c0307e325bd90 (diff) | |
download | vyos-1x-7ccd7b4ab990c5501069af7af5d6929abf5b4f11.tar.gz vyos-1x-7ccd7b4ab990c5501069af7af5d6929abf5b4f11.zip |
Merge pull request #1979 from zdc/T5190-equuleus
cloud-init: T5190: Added Cloud-init pre-configurator
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyos-1x.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst index 6ff466c27..81ba74b9b 100644 --- a/debian/vyos-1x.postinst +++ b/debian/vyos-1x.postinst @@ -42,3 +42,6 @@ for file in $DELETE; do rm -f ${file} fi done + +# Enable Cloud-init pre-configuration service +systemctl enable vyos-config-cloud-init.service |