diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-09 19:26:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 19:26:15 +0200 |
commit | 70e476760a9c5b42a5d3f8647e3b4ac361472871 (patch) | |
tree | 0ecf5b97eebc149ac8d9c5dfcb350885cc9562cf /debian | |
parent | 6a150eb26c97e41a66bfb693bfc0ad09c4f4fd2c (diff) | |
parent | 3c229a3646a58e47d4d69c011f82c45ef3bb3c77 (diff) | |
download | vyos-1x-70e476760a9c5b42a5d3f8647e3b4ac361472871.tar.gz vyos-1x-70e476760a9c5b42a5d3f8647e3b4ac361472871.zip |
Merge pull request #1978 from zdc/T5190-sagitta
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 ddc189508..6653cd585 100644 --- a/debian/vyos-1x.postinst +++ b/debian/vyos-1x.postinst @@ -122,5 +122,8 @@ if test -f /etc/pam.d/frr; then fi fi +# Enable Cloud-init pre-configuration service +systemctl enable vyos-config-cloud-init.service + # Generate API GraphQL schema /usr/libexec/vyos/services/api/graphql/generate/generate_schema.py |