commit
bcca8a637b
@ -1,3 +1,4 @@ |
||||
name |
||||
flavor |
||||
state |
||||
pkg_path |
||||
|
@ -0,0 +1,22 @@ |
||||
#!/bin/sh |
||||
# |
||||
# 2014 Steven Armstrong (steven-cdist at armstrong.cc) |
||||
# |
||||
# This file is part of cdist. |
||||
# |
||||
# cdist is free software: you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation, either version 3 of the License, or |
||||
# (at your option) any later version. |
||||
# |
||||
# cdist is distributed in the hope that it will be useful, |
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
# GNU General Public License for more details. |
||||
# |
||||
# You should have received a copy of the GNU General Public License |
||||
# along with cdist. If not, see <http://www.gnu.org/licenses/>. |
||||
# |
||||
|
||||
gid="$("$__type_explorer/passwd" | cut -d':' -f 4)" |
||||
getent group "$gid" || true |
@ -0,0 +1,18 @@ |
||||
- we cannot install packages, which are not authenticated: |
||||
|
||||
INFO: voicerepublic-staging.sky.ungleich.ch: Executing code for __package_apt/deb-multimedia-keyring |
||||
Reading package lists... |
||||
Building dependency tree... |
||||
Reading state information... |
||||
The following NEW packages will be installed: |
||||
deb-multimedia-keyring |
||||
0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded. |
||||
Need to get 14.4 kB of archives. |
||||
After this operation, 46.1 kB of additional disk space will be used. |
||||
WARNING: The following packages cannot be authenticated! |
||||
deb-multimedia-keyring |
||||
E: There are problems and -y was used without --force-yes |
||||
ERROR: voicerepublic-staging.sky.ungleich.ch: Command failed: ssh -o User=root -q voicerepublic-staging.sky.ungleich.ch /bin/sh -e /var/lib/cdist/object/__package_apt/deb-multimedia-keyring/.cdist/code-remote |
||||
INFO: cdist: Total processing time for 1 host(s): 72.07943892478943 |
||||
ERROR: cdist: Failed to configure the following hosts: voicerepublic-staging.sky.ungleich.ch |
||||
|
Loading…
Reference in new issue