Commit 8a2406eb authored by Russ Allbery's avatar Russ Allbery
Browse files

Remove packages::spellcheck, at least for now

I'm not sure what the long-term plan for the packages module was,
but right now it doesn't exist anywhere in the new environment.
Take the path of least resistance and remove it from the dev_env
module for the time being.
parent ee97793c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -4,8 +4,7 @@
# used on the non-cardinal timeshares.

class dev_env {
    include git,
            packages::spellcheck
    include git

    case $lsbdistcodename {
        'precise':  { include java::v6 }