Skip to content

Instantly share code, notes, and snippets.

@b4ldr
Created October 28, 2019 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b4ldr/20bcce44422032447a0a1782a45a2ec5 to your computer and use it in GitHub Desktop.
Save b4ldr/20bcce44422032447a0a1782a45a2ec5 to your computer and use it in GitHub Desktop.
file {'/var/cache/debconf/msodbcsql17.preseed':
ensure => file,
content => "msodbcsql17\tmsodbcsql/accept_eula\tboolean\ttrue\n",
}
package {'msodbcsql17':
ensure => installed,
responsefile => '/var/cache/debconf/msodbcsql17.preseed' # this is autorequired
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment