Commit 55211e0c authored by Scotty Logan's avatar Scotty Logan
Browse files

trying to run apt-mark at the right time

parent bcef4797
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ class base::packages (
  if ($::osfamily == 'Debian') {
    exec { 'apt-mark':
      command => "/usr/bin/apt-mark manual ${installing}",
      require => Package[$only_install],
    }
  }