Skip to content
Snippets Groups Projects
Commit 66092a17 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Add debian support.

parent c3b7ddce
Branches
No related tags found
No related merge requests found
......@@ -126,8 +126,13 @@ class mpd::server (
require => Yumrepo['rpm-fusion'],
}
}
'Debian': {
package { ['mpd']:
ensure => installed,
}
}
default: {
fail('Currently only works on CentOS')
fail('OS Not supported')
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment