I'm trying to install mssql-tools. The command to install that is:
sudo ACCEPT_EULA=Y apt-get install mssql-tools
But I'm trying to achieve the same using Puppet
package { 'mssql-tools' : ensure => latest, }
But I end up with the following error:
ERROR: The EULA was not accepted. Installation aborted.
What do I do?