diff options
| author | Simon Rettberg | 2014-01-21 15:39:38 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2014-01-21 15:39:38 +0100 |
| commit | 00e4bb4c3e54c687ffe67af509c7e7c89d196658 (patch) | |
| tree | f55e343585c110c4dcc5c62ab52aa2728d04a77c /remote/modules | |
| parent | Add openstack firewall config module (diff) | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-00e4bb4c3e54c687ffe67af509c7e7c89d196658.tar.gz tm-scripts-00e4bb4c3e54c687ffe67af509c7e7c89d196658.tar.xz tm-scripts-00e4bb4c3e54c687ffe67af509c7e7c89d196658.zip | |
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/idleaction/idleaction.conf.opensuse | 2 | ||||
| -rw-r--r-- | remote/modules/smartctl/smartctl.conf.opensuse | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/remote/modules/idleaction/idleaction.conf.opensuse b/remote/modules/idleaction/idleaction.conf.opensuse index 3aff5af0..d368cbd8 100644 --- a/remote/modules/idleaction/idleaction.conf.opensuse +++ b/remote/modules/idleaction/idleaction.conf.opensuse @@ -1,6 +1,6 @@ REQUIRED_INSTALLED_PACKAGES=" libX11-devel - libXss-devel + libXScrnSaver-devel xorg-x11-proto-devel " diff --git a/remote/modules/smartctl/smartctl.conf.opensuse b/remote/modules/smartctl/smartctl.conf.opensuse new file mode 100644 index 00000000..d699f2f0 --- /dev/null +++ b/remote/modules/smartctl/smartctl.conf.opensuse @@ -0,0 +1,6 @@ +REQUIRED_CONTENT_PACKAGES=" + smartmontools +" +REQUIRED_INSTALLED_PACKAGES=" + smartmontools +" |
