~ubuntu-branches/ubuntu/lucid/landscape-client/lucid-updates

« back to all changes in this revision

Viewing changes to landscape/manager/config.py

  • Committer: Package Import Robot
  • Author(s): Andreas Hasenack
  • Date: 2012-04-10 14:28:48 UTC
  • mfrom: (1.1.27)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: package-import@ubuntu.com-20120410142848-7xsy4g2xii7y7ntc
ImportĀ upstreamĀ versionĀ 12.04.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
 
7
7
ALL_PLUGINS = ["ProcessKiller", "PackageManager", "UserManager",
8
 
               "ShutdownManager", "Eucalyptus", "AptSources"]
 
8
               "ShutdownManager", "Eucalyptus", "AptSources", "HardwareInfo"]
9
9
 
10
10
 
11
11
class ManagerConfiguration(Configuration):