Hello,
Can someone help me to run a script after Ubuntu installation with MAAS, i would like to include the script installation like part of Ubuntu installation, i did some research and found that i have to do:
maas user machine deploy $SYSTEM_ID user_data=<base-64-encoded-script>
But when i run this command i get the error:
argument COMMAND: invalid choice: 'user' (choose from 'login', 'logout', 'list', 'refresh', 'init', 'apikey', 'configauth', 'createadmin', 'changepassword')
Thanks,