benh57

Results 9 issues of benh57

P4V 2020.2 removed -cmd which breaks the 'View File History' 'Time Lapse View' and other options in this plugin. > The unsupported P4V command syntax, "p4v -cmd" (described in >...

Example: file { '/etc/salt/minion.d/calamari.conf': ensure => 'present', content => "master: ${master}", } The colon in the 'content' string breaks the highlighter.

See https://issues.jenkins-ci.org/browse/JENKINS-21802 Steps to reproduce: 1. Use centos with openjdk 7 JVM 2. Install jenkins and rundeck plugin 3. Add rundeck post build step to a job 4. Restart jenkins...

On centos 6.5, i sometimes get this when provisioning. Error: /Stage[main]/Cinder::Setup_test_volume/Exec[/sbin/pvcreate /dev/loop2]: Failed to call refresh: /sbin/pvcreate /dev/loop2 returned 5 instead of one of [0] Error: /Stage[main]/Cinder::Setup_test_volume/Exec[/sbin/pvcreate /dev/loop2]: /sbin/pvcreate /dev/loop2...

Warning: Scope(Class[Nova::Keystone::Auth]): cinder parameter is deprecated and has no effect. I believe the parameter should be removed from profile/nova/api.pp.

My user roles seem to do this every time (notice the order of admin and member flips): Notice: /Stage[main]/Havana::Profile::Keystone/Havana::Resources::User[cturner]/Keystone_user_role[cturner@test]/roles: roles changed ['admin', '_member_'] to '_member_ admin' To fix that I...

Not sure if you'll consider this an issue, but i figure i'd put it in just in case :) I set up a role modeled after your havana roles with...

I'm running collectd 5.4.1 on CentOS 6.5, running with the CentOS scl python27 embedded into collectd (since this plugin requires python 2.7 due to its use of subprocess.check_output) I noticed...

With latest code, installing vsbuildtoolsvs2022 gives: `[92f0:0001][2025-01-13T14:44:45] Visual Studio Installer Version: 3.12.2149 [92f0:0001][2025-01-13T14:44:45] Raw Command line: "C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe" --in "C:\ProgramData\Microsoft\VisualStudio\Packages\_bootstrapper\vs_setup_bootstrapper_202501131444439577.json" update --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools"...