Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
remove_pkg.pp 181 B
Newer Older
  • Learn to ignore specific revisions
  • # nicht erwünschte Packete entfernen
    class ubuntu_server::remove_pkg{
        package{['mpt-status','avahi-*','landscape-common','landscape-client']:
            ensure => absent,
        }
    }