Foreman-installer throws an error if azure plugin is enabled

Hi,
I tried to install your ruby-foreman-azure package with the newest

foreman-installer

and I'll get then the following error message message.

– package version –
root@foreman:/home/tkoeck# apt-cache show ruby-foreman-azure
Package: ruby-foreman-azure
Version: 1.1.1-1
Architecture: all
Maintainer: Daniel Lobato Garcia <elobatocs@gmail.com>
Installed-Size: 249
Depends: bundler, foreman (>= 1.11.0), ruby-foreman-deface (<< 2.0.0)
Section: ruby
Priority: extra
Homepage: https://github.com/theforeman/foreman_azure
Description: Foreman Azure plugin
Integration with Azure in Foreman.
Description-md5: eb00b5c4a6614bc1870f456ff5436b96
Filename: pool/plugins/1.13/r/ruby-foreman-azure/ruby-foreman-azure_1.1.1-1_all.deb
MD5sum: 795d1c57303cabd756432b56fb3189dd
SHA1: b65f508f6435d6985f4104560e01b08e092358f8
SHA256: ef2a334d88b7e9f1a0bafc88e75ea591eca8ae6fa7668c648aa75ef7bcd412d2
SHA512: 183f18afaaa89f04607ed82019ac4851697cd7ffa5396df312828a30a90348624343f678725dac804994a3011662995dfbf1777c77521ceecb72a4d7684e7506
Size: 170746

··· ---- The foreman-installer doesn't deinstall the package even if I disable the plugin in the menu (6 -> 1 -> n).

I have to deinstall it with

apt-get remove ruby-foreman-azure

manually and run the foreman-installer again.
Greetings
Tobias

  • Web error output:

Web application could not be started
ForemanAzure::Azure is using attr_accessible so must either be converted to strong parameters, or add the protected_attributes gem (RuntimeError)
/usr/share/foreman/config/initializers/active_record_extensions.rb:21:in attr_accessible' /usr/share/foreman/app/models/concerns/optional_attr_accessible.rb:30:inattr_accessible’
/usr/share/foreman/vendor/ruby/2.1.0/gems/foreman_azure-1.1.1/app/models/foreman_azure/azure.rb:6:in <class:Azure>' /usr/share/foreman/vendor/ruby/2.1.0/gems/foreman_azure-1.1.1/app/models/foreman_azure/azure.rb:2:inmodule:ForemanAzure
/usr/share/foreman/vendor/ruby/2.1.0/gems/foreman_azure-1.1.1/app/models/foreman_azure/azure.rb:1:in <top (required)>' /usr/share/foreman/vendor/ruby/2.1.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:inrequire’
/usr/share/foreman/vendor/ruby/2.1.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in require' /usr/share/foreman/vendor/ruby/2.1.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:inblock in require’
/usr/share/foreman/vendor/ruby/2.1.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:240:in load_dependency' /usr/share/foreman/vendor/ruby/2.1.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:inrequire’
/usr/share/foreman/vendor/ruby/2.1.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:360:in require_or_load' /usr/share/foreman/vendor/ruby/2.1.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:494:inload_missing_constant’
/usr/share/foreman/vendor/ruby/2.1.0/gems/foreman_hooks-0.3.12/lib/foreman_hooks.rb:90:in load_missing_constant_with_hooks' /usr/share/foreman/vendor/ruby/2.1.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:184:inconst_missing’
/usr/share/foreman/vendor/ruby/2.1.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:526:in load_missing_constant' /usr/share/foreman/vendor/ruby/2.1.0/gems/foreman_hooks-0.3.12/lib/foreman_hooks.rb:90:inload_missing_constant_with_hooks’
/usr/share/foreman/vendor/ruby/2.1.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:184:in const_missing' /usr/share/foreman/vendor/ruby/2.1.0/gems/foreman_azure-1.1.1/lib/foreman_azure/engine.rb:10:inblock (2 levels) in class:Engine
/usr/share/foreman/app/services/foreman/plugin.rb:64:in instance_eval' /usr/share/foreman/app/services/foreman/plugin.rb:64:inregister’
/usr/share/foreman/vendor/ruby/2.1.0/gems/foreman_azure-1.1.1/lib/foreman_azure/engine.rb:8:in block in <class:Engine>' /usr/share/foreman/vendor/ruby/2.1.0/gems/railties-4.2.7.1/lib/rails/initializable.rb:30:ininstance_exec’
/usr/share/foreman/vendor/ruby/2.1.0/gems/railties-4.2.7.1/lib/rails/initializable.rb:30:in run' /usr/share/foreman/vendor/ruby/2.1.0/gems/railties-4.2.7.1/lib/rails/initializable.rb:55:inblock in run_initializers’
/usr/lib/ruby/2.1.0/tsort.rb:226:in block in tsort_each' /usr/lib/ruby/2.1.0/tsort.rb:348:inblock (2 levels) in each_strongly_connected_component’
/usr/lib/ruby/2.1.0/tsort.rb:427:in each_strongly_connected_component_from' /usr/lib/ruby/2.1.0/tsort.rb:347:inblock in each_strongly_connected_component’
/usr/lib/ruby/2.1.0/tsort.rb:345:in each' /usr/lib/ruby/2.1.0/tsort.rb:345:incall’
/usr/lib/ruby/2.1.0/tsort.rb:345:in each_strongly_connected_component' /usr/lib/ruby/2.1.0/tsort.rb:224:intsort_each’
/usr/lib/ruby/2.1.0/tsort.rb:205:in tsort_each' /usr/share/foreman/vendor/ruby/2.1.0/gems/railties-4.2.7.1/lib/rails/initializable.rb:54:inrun_initializers’
/usr/share/foreman/vendor/ruby/2.1.0/gems/railties-4.2.7.1/lib/rails/application.rb:352:in initialize!' /usr/share/foreman/vendor/ruby/2.1.0/gems/railties-4.2.7.1/lib/rails/railtie.rb:194:inpublic_send’
/usr/share/foreman/vendor/ruby/2.1.0/gems/railties-4.2.7.1/lib/rails/railtie.rb:194:in method_missing' /usr/share/foreman/config/environment.rb:5:in<top (required)>'
config.ru:3:in require' config.ru:3:inblock in ‘
/usr/share/foreman/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/builder.rb:55:in instance_eval' /usr/share/foreman/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/builder.rb:55:ininitialize’
config.ru:1:in new' config.ru:1:in
/usr/share/passenger/helper-scripts/rack-preloader.rb:112:in eval' /usr/share/passenger/helper-scripts/rack-preloader.rb:112:inpreload_app’
/usr/share/passenger/helper-scripts/rack-preloader.rb:158:in <module:App>' /usr/share/passenger/helper-scripts/rack-preloader.rb:29:inmodule:PhusionPassenger
/usr/share/passenger/helper-scripts/rack-preloader.rb:28:in `'
Error ID
687b931b
Application root
/usr/share/foreman
Environment (value of RAILS_ENV, RACK_ENV, WSGI_ENV, NODE_ENV and PASSENGER_APP_ENV)
production
Ruby interpreter command
/usr/bin/foreman-ruby
User and groups
uid=998(foreman) gid=998(foreman) groups=998(foreman),113(puppet)
Environment variables
APACHE_RUN_DIR = /var/run/apache2
APACHE_PID_FILE = /var/run/apache2/apache2.pid
PATH = /usr/share/foreman/vendor/ruby/2.1.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
APACHE_LOCK_DIR = /var/lock/apache2
LANG = C
APACHE_RUN_USER = www-data
APACHE_RUN_GROUP = www-data
APACHE_LOG_DIR = /var/log/apache2
PWD = /usr/share/foreman
PASSENGER_DEBUG_DIR = /tmp/passenger.spawn-debug.XXXX0gg5Rj
USER = foreman
LOGNAME = foreman
SHELL = /bin/false
HOME = /usr/share/foreman
IN_PASSENGER = 1
PYTHONUNBUFFERED = 1
NODE_PATH = /usr/share/passenger/node
RAILS_ENV = production
RACK_ENV = production
WSGI_ENV = production
NODE_ENV = production
PASSENGER_APP_ENV = production
SSL_CIPHER_ALGKEYSIZE = 256
SSL_CLIENT_VERIFY = NONE
SSL_SESSION_RESUMED = Initial
SSL_SERVER_V_START = Jun 15 16:41:41 2016 GMT
SSL_TLS_SNI = foreman.someurl.de
HTTPS = on
SERVER_PROTOCOL = HTTP/1.1
SERVER_SOFTWARE = Apache/2.4.10 (Debian)
SSL_SERVER_M_VERSION = 3
SSL_SERVER_S_DN_CN = foreman.someurl.de
SSL_SERVER_I_DN = CN=Puppet CA: foreman.someurl.de
SSL_SERVER_S_DN = CN=foreman.someurl.de
SSL_CIPHER_EXPORT = false
SSL_SERVER_V_END = Jun 15 16:41:41 2021 GMT
DOCUMENT_ROOT = /usr/share/foreman/public
SERVER_ADMIN = [no address given]
SSL_CIPHER_USEKEYSIZE = 256
QUERY_STRING =
SSL_CIPHER = ECDHE-RSA-AES256-GCM-SHA384
SERVER_NAME = foreman.someurl.de
REMOTE_PORT = 53690
SSL_VERSION_LIBRARY = OpenSSL/1.0.1t
REMOTE_ADDR = 192.168.10.54
SSL_SERVER_I_DN_CN = Puppet CA: foreman.someurl.de
SSL_SERVER_M_SERIAL = 02
SERVER_PORT = 443
SSL_SERVER_A_SIG = sha256WithRSAEncryption
REQUEST_METHOD = GET
SERVER_ADDR = 192.168.0.70
SSL_SERVER_CERT = -----BEGIN CERTIFICATE-----
redacted
-----END CERTIFICATE-----
REQUEST_URI = /compute_resources/new
SSL_COMPRESS_METHOD = NULL
SSL_PROTOCOL = TLSv1.2
SSL_VERSION_INTERFACE = mod_ssl/2.4.10
SSL_SERVER_A_KEY = rsaEncryption
SSL_CLIENT_CERT =
SSL_SECURE_RENEG = true
GEM_PATH =
GEM_HOME = /usr/share/foreman/vendor/ruby/2.1.0
BUNDLE_BIN_PATH = /usr/lib/ruby/bin/bundle
BUNDLE_GEMFILE = /usr/share/foreman/Gemfile
RUBYOPT = -rbundler/setup
RUBYLIB = /usr/lib/ruby/vendor_ruby
Ulimits
Unknown
System metrics
------------- General -------------
Kernel version : 3.16.0-4-amd64
Uptime : 15m 48s
Load averages : 0.71%, 0.62%, 0.40%
Fork rate : unknown

------------- CPU -------------
Number of CPUs : 4
Average CPU usage : 37% – 25% user, 0% nice, 12% system, 62% idle
CPU 1 : 50% – 0% user, 0% nice, 50% system, 50% idle
CPU 2 : 0% – 0% user, 0% nice, 0% system, 100% idle
CPU 3 : 100% – 100% user, 0% nice, 0% system, 0% idle
CPU 4 : 0% – 0% user, 0% nice, 0% system, 100% idle
I/O pressure : 77%
CPU 1 : 60%
CPU 2 : 100%
CPU 3 : 50%
CPU 4 : 100%
Interference from other VMs: 0%
CPU 1 : 0%
CPU 2 : 0%
CPU 3 : 0%
CPU 4 : 0%

------------- Memory -------------
RAM total : 1000 MB
RAM used : 626 MB (63%)
RAM free : 373 MB
Swap total : 4766 MB
Swap used : 408 MB (9%)
Swap free : 4358 MB
Swap in : unknown
Swap out : unknown

General Ruby interpreter information
RUBY_VERSION = 2.1.5
RUBY_PLATFORM = x86_64-linux-gnu
RUBY_ENGINE = ruby
RubyGems version = 2.2.2
RubyGems paths = ["/usr/share/foreman/vendor/ruby/2.1.0"]
Ruby configuration (RbConfig::CONFIG)
DESTDIR =
MAJOR = 2
MINOR = 1
TEENY = 0
PATCHLEVEL = 273
INSTALL = /usr/bin/install -c
EXEEXT =
prefix = /usr
ruby_install_name = ruby2.1
RUBY_INSTALL_NAME = ruby2.1
RUBY_SO_NAME = ruby-2.1
exec = exec
ruby_pc = ruby-2.1.pc
PACKAGE = ruby
BUILTIN_TRANSSRCS = newline.c
USE_RUBYGEMS = YES
MANTYPE = doc
NROFF = /usr/bin/nroff
vendorarchhdrdir = /usr/include/x86_64-linux-gnu/ruby-2.1.0/vendor_ruby
sitearchhdrdir = /usr/include/x86_64-linux-gnu/ruby-2.1.0/site_ruby
rubyarchhdrdir = /usr/include/x86_64-linux-gnu/ruby-2.1.0
vendorhdrdir = /usr/include/ruby-2.1.0/vendor_ruby
sitehdrdir = /usr/include/ruby-2.1.0/site_ruby
rubyhdrdir = /usr/include/ruby-2.1.0
RUBY_SEARCH_PATH =
UNIVERSAL_INTS =
UNIVERSAL_ARCHNAMES =
configure_args = ‘–build=x86_64-linux-gnu’ ‘–prefix=/usr’ ‘–includedir=${prefix}/include’ ‘–mandir=${prefix}/share/man’ ‘–infodir=${prefix}/share/info’ ‘–sysconfdir=/etc’ ‘–localstatedir=/var’ ‘–libexecdir=${prefix}/lib/ruby2.1’ ‘–disable-maintainer-mode’ ‘–disable-dependency-tracking’ ‘–enable-multiarch’ ‘–target=x86_64-linux-gnu’ ‘–program-suffix=2.1’ ‘–with-soname=ruby-2.1’ ‘–enable-shared’ ‘–disable-rpath’ ‘–with-baseruby=/usr/bin/ruby’ ‘–with-sitedir=/usr/local/lib/site_ruby’ ‘–with-sitearchdir=/usr/local/lib/x86_64-linux-gnu/site_ruby’ ‘–enable-ipv6’ ‘–with-dbm-type=gdbm_compat’ ‘CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security’ ‘CPPFLAGS=-D_FORTIFY_SOURCE=2’ ‘CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security’ ‘FCFLAGS=-g -O2 -fstack-protector-strong’ ‘FFLAGS=-g -O2 -fstack-protector-strong’ ‘GCJFLAGS=-g -O2 -fstack-protector-strong’ ‘LDFLAGS=-Wl,-z,relro -L/home/pere/src/debian/ruby/ruby2.1/debian/lib’ ‘OBJCFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security’ ‘OBJCXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security’ ‘–with-tcltkversion=8.5’ ‘–with-tclConfig-dir=/usr/lib/x86_64-linux-gnu/tcl8.5/tclConfig.sh’ ‘–with-tkConfig-dir=/usr/lib/x86_64-linux-gnu/tk8.5/tkConfig.sh’ ‘–with-tcllib=tcl8.5’ ‘–with-tklib=tk8.5’ ‘–with-tcl-include=/usr/include/tcl8.5’ ‘–with-tk-include=/usr/include/tcl8.5’ ‘–with-tcl-lib=/usr/lib/x86_64-linux-gnu’ ‘–with-tk-lib=/usr/lib/x86_64-linux-gnu’ ‘build_alias=x86_64-linux-gnu’ 'target_alias=x86_64-linux-gnu’
vendorarchdir = /usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.1.0
vendorlibdir = /usr/lib/ruby/vendor_ruby/2.1.0
vendordir = /usr/lib/ruby/vendor_ruby
sitearchdir = /usr/local/lib/x86_64-linux-gnu/site_ruby
sitelibdir = /usr/local/lib/site_ruby/2.1.0
sitedir = /usr/local/lib/site_ruby
rubyarchdir = /usr/lib/x86_64-linux-gnu/ruby/2.1.0
rubylibdir = /usr/lib/ruby/2.1.0
ruby_version = 2.1.0
sitearch = x86_64-linux-gnu
arch = x86_64-linux-gnu
sitearchincludedir = /usr/include/x86_64-linux-gnu
archincludedir = /usr/include/x86_64-linux-gnu
sitearchlibdir = /usr/lib/x86_64-linux-gnu
archlibdir = /usr/lib/x86_64-linux-gnu
libdirname = archlibdir
RUBY_EXEC_PREFIX = /usr
RUBY_LIB_VERSION =
RUBY_LIB_VERSION_STYLE = 3 /* full */
RI_BASE_NAME = ri
ridir = /usr/share/ri
rubysitearchprefix = /usr/lib/x86_64-linux-gnu/ruby
rubyarchprefix = /usr/lib/x86_64-linux-gnu/ruby
MAKEFILES = Makefile GNUmakefile
PLATFORM_DIR =
THREAD_MODEL = pthread
SYMBOL_PREFIX =
EXPORT_PREFIX =
COMMON_HEADERS =
COMMON_MACROS =
COMMON_LIBS =
MAINLIBS =
ENABLE_SHARED = yes
DLDLIBS = -lc
SOLIBS = -lpthread -lgmp -ldl -lcrypt -lm
LIBRUBYARG_SHARED = -lruby-2.1
LIBRUBYARG_STATIC = -lruby-2.1-static
LIBRUBYARG = -lruby-2.1
LIBRUBY = libruby-2.1.so.2.1.0
LIBRUBY_ALIASES = libruby-2.1.so.2.1 libruby-2.1.so
LIBRUBY_SO = libruby-2.1.so.2.1.0
LIBRUBY_A = libruby-2.1-static.a
RUBYW_INSTALL_NAME =
rubyw_install_name =
EXTDLDFLAGS =
EXTLDFLAGS =
strict_warnflags = -ansi -std=iso9899:199409
warnflags = -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
debugflags = -ggdb3
optflags = -O3 -fno-fast-math
cxxflags = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
cflags = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
cppflags =
NULLCMD = :
DLNOBJ = dln.o
INSTALLDOC = all
CAPITARGET = capi
RDOCTARGET = rdoc
DTRACE_GLOMMED_OBJ = ruby-glommed.o
DTRACE_OBJ = probes.o
DTRACE_EXT = d
EXECUTABLE_EXTS =
ARCHFILE =
LIBRUBY_RELATIVE = no
EXTOUT = .ext
RUNRUBY_COMMAND = $(MINIRUBY) $(srcdir)/tool/runruby.rb --extout=.ext $(RUNRUBYOPT)
PREP = miniruby
BTESTRUBY = $(MINIRUBY)
CROSS_COMPILING = no
TEST_RUNNABLE = yes
rubylibprefix = /usr/lib/ruby
setup = Setup
EXTSTATIC =
STRIP = strip -S -x
TRY_LINK =
LIBPATHENV = LD_LIBRARY_PATH
RPATHFLAG =
LIBPATHFLAG = -L%s
LINK_SO =
LIBEXT = a
DLEXT2 =
DLEXT = so
LDSHAREDXX = g++ -shared
LDSHARED = gcc -shared
CCDLFLAGS = -fPIC
STATIC =
ARCH_FLAG =
DLDFLAGS =
ALLOCA =
codesign =
POSTLINK = :
WERRORFLAG = -Werror
CHDIR = cd -P
RMALL = rm -fr
RMDIRS = rmdir --ignore-fail-on-non-empty -p
RMDIR = rmdir --ignore-fail-on-non-empty
CP = cp
RM = rm -f
PKG_CONFIG = pkg-config
PYTHON =
DOXYGEN = doxygen
DOT = dot
DTRACE = dtrace
MAKEDIRS = /bin/mkdir -p
MKDIR_P = /bin/mkdir -p
INSTALL_DATA = /usr/bin/install -c -m 644
INSTALL_SCRIPT = /usr/bin/install -c
INSTALL_PROGRAM = /usr/bin/install -c
SET_MAKE =
LN_S = ln -s
NM = nm
DLLWRAP =
WINDRES =
OBJCOPY = :
OBJDUMP = objdump
ASFLAGS =
AS = as
AR = ar
RANLIB = ranlib
try_header =
CC_VERSION = gcc -v
COUTFLAG = -o
OUTFLAG = -o
CPPOUTFILE = -o conftest.i
GNU_LD = yes
LD = ld
GCC = yes
EGREP = /bin/grep -E
GREP = /bin/grep
CPP = gcc -E
CXXFLAGS = -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
CXX = g++
OBJEXT = o
CPPFLAGS = -D_FORTIFY_SOURCE=2
LDFLAGS = -L. -Wl,-z,relro -L/home/pere/src/debian/ruby/ruby2.1/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic
CFLAGS = -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC
CC = gcc
NACL_SDK_VARIANT =
NACL_SDK_ROOT =
NACL_TOOLCHAIN =
target_os = linux-gnu
target_v

Hi,

··· On Mon, Nov 21, 2016 at 10:30:07AM +0000, Tobias Köck wrote: > Package: ruby-foreman-azure > Version: 1.1.1-1

Please try 1.2.0-1.

Regards

Michael Moll

Hi,

I will try it. Thanks.

The 1.1.1-1 version is the newest in the official Debian jessie apt sources. It would maybe a good idea to change them.

Greetings
Tobias

··· -----Ursprüngliche Nachricht----- Von: foreman-users@googlegroups.com [mailto:foreman-users@googlegroups.com] Im Auftrag von Michael Moll Gesendet: Montag, 21. November 2016 11:41 An: foreman-users@googlegroups.com Cc: elobatocs@gmail.com Betreff: Re: [foreman-users] foreman-installer throws an error if azure plugin is enabled

Hi,

On Mon, Nov 21, 2016 at 10:30:07AM +0000, Tobias Köck wrote:

Package: ruby-foreman-azure
Version: 1.1.1-1

Please try 1.2.0-1.

Regards

Michael Moll


You received this message because you are subscribed to the Google Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

I did built 1.2.0 on Saturday and also see it at e.g.
https://deb.theforeman.org/pool/plugins/1.13/r/ruby-foreman-azure/
since then. Maybe something is still cached on your side?

Regards

··· On Mon, Nov 21, 2016 at 10:43:57AM +0000, Tobias Köck wrote:

The 1.1.1-1 version is the newest in the official Debian jessie apt sources. It would maybe a good idea to change them.


Michael Moll

Hi,

you are right. Last time I tried it Friday afternoon. I didn't think you would be so fast. ^^

Greetings and thanks,
Tobias

··· -----Ursprüngliche Nachricht----- Von: foreman-users@googlegroups.com [mailto:foreman-users@googlegroups.com] Im Auftrag von Michael Moll Gesendet: Montag, 21. November 2016 15:17 An: foreman-users@googlegroups.com Cc: elobatocs@gmail.com Betreff: Re: [foreman-users] foreman-installer throws an error if azure plugin is enabled

On Mon, Nov 21, 2016 at 10:43:57AM +0000, Tobias Köck wrote:

The 1.1.1-1 version is the newest in the official Debian jessie apt sources. It would maybe a good idea to change them.

I did built 1.2.0 on Saturday and also see it at e.g.
https://deb.theforeman.org/pool/plugins/1.13/r/ruby-foreman-azure/
since then. Maybe something is still cached on your side?

Regards

Michael Moll


You received this message because you are subscribed to the Google Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Now it seems to work. Thanks.

··· -----Ursprüngliche Nachricht----- Von: foreman-users@googlegroups.com [mailto:foreman-users@googlegroups.com] Im Auftrag von Michael Moll Gesendet: Montag, 21. November 2016 15:17 An: foreman-users@googlegroups.com Cc: elobatocs@gmail.com Betreff: Re: [foreman-users] foreman-installer throws an error if azure plugin is enabled

On Mon, Nov 21, 2016 at 10:43:57AM +0000, Tobias Köck wrote:

The 1.1.1-1 version is the newest in the official Debian jessie apt sources. It would maybe a good idea to change them.

I did built 1.2.0 on Saturday and also see it at e.g.
https://deb.theforeman.org/pool/plugins/1.13/r/ruby-foreman-azure/
since then. Maybe something is still cached on your side?

Regards

Michael Moll


You received this message because you are subscribed to the Google Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.