similar to: No subject

Displaying 20 results from an estimated 100000 matches similar to: "No subject"

2008 Jan 06
5
alternate gem repo?
Hey folks, I''ve looked through the docs, and the mailing list, but for the life of me I can''t figure out how to specify an alternate gem repository for a package. From the docs, it looks like I should be able to do source => whatever, but this seems to just send gem looking for a specific gem at a url, rather then the more general alternate source for the gem. It looks
2018 Oct 25
0
Stupid C7 firewall question
On 10/25/18 2:41 AM, Warren Young wrote: > On Oct 24, 2018, at 8:06 PM, Joel Freeman <joel at joelazot.xyz> wrote: >> >> Is there any reason to use Firewalld over IPTables? > > Lots: https://firewalld.org/ > >> I'm incredibly new to Linux administration > > Given that, which would you rather type: > > $ sudo firewall-cmd
2010 Apr 29
1
gem provider and alternate Ruby installs
Hi: Can I give the gem package provider the path to the gem command? I can''t see a way to do that. We''d like to do it to, for example, install gems into our ruby-ee install. Thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe
2009 Jul 29
2
LoadError: RubyGem version error: rake-compiler(0.6.0 not
i tried running the following from commands for creating a class Story and instance of class called story in Rails script console. (pg 102/103 from Simply Rails 2 book. P. Lenz) I get the following error: Gem::LoadError: RubyGem version error: rake-compiler(0.6.0 not ~> 0.5.0) I do not see any environment variables or version numbers I can make changes to to get RubyGem upto date. I have
2003 Dec 01
0
No subject
is that it is difficult to determine when to convert. With FTP, most of the developers utilize a user defined file extension list that isn't too reliable. A coworker came up with an alternative for our FTP apps that was much more reliable. What he did was evaluate the first 1K bytes of data to determine if it was a binary or ascii file. I don't have time to work on this, but if
2009 May 11
1
Creating configurations that require information from multiple hosts
Puppet users, I am a puppet newbie and I have what I hope is a simple question. What is puppet best practice for when you need to create configuration files or types based on information found in other nodes, essentially meta-configuration. So for a practical example my nodes have modules defined which say which services they run, and I would like this information to be used by the nagios host
1999 Dec 08
2
rookie - mount nt share from Solaris 2.6?
I believe I know the answer, but I'd like to be certain, since I keep seeing references to things like smbmount and smbfs... Is it possible to mount an NT (4.0sp3) share onto a Solaris 2.6/Sparc? I just grabbed Samba 2.0.6. I suspect not (I don't see any smbmount or smbfs in my samba/bin directory). Will this ever be a possibility? If so, when? And, are there any other options for
2018 Oct 25
4
Stupid C7 firewall question
On Oct 24, 2018, at 8:06 PM, Joel Freeman <joel at joelazot.xyz> wrote: > > Is there any reason to use Firewalld over IPTables? Lots: https://firewalld.org/ > I'm incredibly new to Linux administration Given that, which would you rather type: $ sudo firewall-cmd --add-service=ftp or whatever that does under the hood, which probably resembles the 7 commands given here:
2012 Sep 15
1
puppet-dashboard on Ubuntu 12.04
hi All, I''m trying to install puppet-dashboard. When I start it: # /etc/init.d/puppet-dashboard start * Starting Puppet Dashboard NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from /usr/share/puppet-dashboard/script/../config/../vendor/rails/railties/lib/rails/gem_dependency.rb:21. NOTE:
2011 Mar 05
1
err: Could not run Puppet configuration client: Parameter require failed: No title provided and "" is not a valid resource reference
Both the server and the client in this example are running 2.6.5: One class seems to be causing the error: debug: Value of ''preferred_serialization_format'' (pson) is invalid for report, using default (b64_zlib_yaml) debug: report supports formats: b64_zlib_yaml marshal raw yaml; using b64_zlib_yaml /var/lib/gems/1.8/gems/puppet-2.6.5/lib/puppet/resource.rb:396:in
2010 Nov 22
3
gem install puppet-2.6.3 problem
All, Trying to install puppet-2.6.3 on CentOS 5.4 and I get the following. [root@stsdev-pri ~]# gem install puppet-2.6.3 ERROR: http://rubygems.org/ does not appear to be a repository ERROR: Error installing puppet-2.6.3: puppet requires facter (>= 1.5.1, runtime) Facter is installed: [root@stsdev-pri ~]# facter -v 1.5.8 Ruby is installed: [root@stsdev-pri ~]# ruby --version ruby
2011 Nov 25
3
Is package gem and provider gem usage in one puppet run possible?
Hi, we want to install the ruby-gem package on a Debian system using puppet. package { ''ruby1.9.1'': ensure => present } In another manifest we want to use the gem provider to install a ruby gem. package { ''bundler'': ensure => present, provider => gem } On the first run the puppet agent run checks for a functional gem binary on the system. It will
2013 Feb 22
3
gem packages installed directory on puppetmaster
What is the right path for ruby gems on puppet master. Scenario: I have installed hiera couple of months back. So the gem was installed under /opt/puppet/lib/gems/1.8/gems/hiera-0.3.0 /opt/puppet/lib/gems/1.8/gems/hiera-puppet-0.3.0 Later when I updated to new version of hiera then it installed (via gem install) under /opt/puppet/lib/gems/1.8/gems/hiera-1.1.1
2012 Nov 28
1
Unable to configure Puppet-dashboard using opensource package
Hi I''m trying to configure Puppet-dashboard after installing Puppet from the open source package. But there was no issues when using the Enterprise package. Do you have any solutions for the below error? I''m trying to configure Puppet-dashboard. # rake RAILS_ENV=production db:migrate NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after
2011 Mar 15
2
How do you distribute ruby-augeas for ruby-entreprise?
We are using ruby-entreprise, instead of redhat''s default ruby.... I was trying to deploy the needed gem using: /opt/ruby-enterprise/bin/gem install --no-rdoc --no-ri /tmp/ruby-augeas-0.3.0.gem But found out this would require gcc to be installed! How can I preb-build this gem to remove the need for gcc on the nodes? is there an option of the gem command to generate a distributable
2010 Jan 13
1
Compiling mysql gem under CentOS 64-bit
Hi. While not directly related to this list, I''m quite stuck on this. When trying to compile the mysql gem, I''m getting this error: -bash-3.2# gem install mysql Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb install mysql checking for mysql_ssl_set()... no
2011 Nov 01
0
Announce: Puppet 2.7.7rc1 available
Puppet 2.7.7rc1 is available. This release fixes several issues with Mongrel and Puppet 2.7.x, Windows fixes and updates, test fixes, documentation updates and more. Release Notes for 2.7.7 series -- https://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes This release is available for download at: http://downloads.puppetlabs.com/puppet/ See the Verifying Puppet Download section at:
2012 Jul 02
1
Puppet-Rundeck Integration
Hello- I''m running puppet enterprise 2.5.1 and just installed the puppet- rundeck gem. When I try and start puppet-rundeck, I receive the message below: You need to have Puppet 0.25.5 or later installed /usr/lib64/ruby/gems/1.8/gems/puppet-rundeck-0.0.7/lib/puppet- rundeck.rb:34:in `configure'': uninitialized constant Class::Puppet (NameError) from ./puppet-rundeck:62
2012 Jun 08
1
Announce: puppetlabs_spec_helper 0.1.0 Available
puppetlabs_spec_helper is a Rubygem to make writing and running module spec tests using rspec-puppet easier. It includes a set of common rake tasks and a spec_helper that correctly initializes puppet and rspec-puppet for testing. The code is available on github at http://github.com/puppetlabs/puppetlabs_spec_helper. Patches are welcome. To convert a module with existing spec tests to use the
2012 Jun 30
1
Custom provider/types and adding to puppet forge
*Note, I''m very green when it comes to ruby development.. I''ve created a couple of custom providers and types, both of which rely on a particular ruby gem in order to function. How should I go about ensuring the gem dependency on the puppet clients before puppet syncs the plugins (the broken ''require'' in the provider will cause puppet to exit during a run)? On