Skip to content
Snippets Groups Projects
Commit e29ca92c authored by Henrik Henriksson's avatar Henrik Henriksson
Browse files

Fix syntax error

parent cb38330f
No related branches found
No related tags found
No related merge requests found
Pipeline #561 canceled
......@@ -2,10 +2,10 @@
class workstation::texlive {
case $facts['os']['name'] {
'Fedora' => {
'Fedora': {
notice('No texlive for you fedora...')
}
default => {
default: {
ensure_packages(['texlive-full'])
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment