Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

define hostclass with special characters

Looping in Ruby DSL
(49 lines)
Puppet 2.7 issue: Facter value not reflecting in puppet manifest
(90 lines)
Feb 8, 2012
Sateesh
Sateesh
Hi,

I need to define the hostclass with special character for ex:
"swift::proxy-ring"

I have tried following ways but not worked:

1) hostclass :swift::proxy-ring do
 2) hostclass  'swift::proxy-ring' do
 3) hostclass "swift::proxy-ring" do

When I am using the 2 and 3 options it is giving following erroe:

undefined method `[]' for Class:Class at line 1 on node puppet-
swproxy.persistent.co.in

Thanks in advance,
Sateesh B.





Reply
Messages in this thread
define hostclass with special characters
PATCH/puppet 1/1] (#5061) - allow special hostclass/define variables to be evaluated as defaults.
January 3, 2011 03:57:59 PM
I have always been annoyed that special variables for defines and hostclasses can not be evaluated as param defaults. Special variables are: $name, $title, $module_name. Code example: class x ( foo = $name ) { notice($name)} should print x,…
PATCH/puppet 1/1] (#5061) - allow special hostclass/define variables to be evaluated as defaults.
October 27, 2010 01:56:15 PM
From: Dan Bode <bod### @gmail.com> I have always been annoyed that special variables for defines and hostclasses can not be evaluated as param defaults. Special variables are: $name, $title, $module_name. Code example: class x ( foo =…
special characters
January 10, 2011 04:08:23 AM
I test full text search with jackrabbit 2.2. When I use xpath search with words without German umlaut, all works fine and I have a result set. If I use German special characters, I didn't become any result. What's going wrong ...? …
Re: special characters
January 10, 2011 05:17:59 AM
Hello Friedhelm, you may want to take a look at this: http://wiki.apache.org/jackrabbit/EncodingAndEscaping On Mon, Jan 10, 2011 at 7:07 AM, ISCaD GmbH <friedhelm### @iscad-it.de> wrote: > I test full text search with jackrabbit 2.2.…
Queue names with special characters
June 20, 2011 06:43:23 AM
Hi there, I wanted to provoke a message on usable characters in a queue name and entered a name of "TEST&&123.4/5\66" into the "create queue" of the web interface. Was a bit surprised when no message turned up and I really saw that name…
_show fails on special characters in URL
August 22, 2011 09:45:48 AM
Hi all, I think i found something interesing in the way show functions are handled. If i add a character with URL escaped value over '%80', it crashes the function handler and request fails. So while a _show like `…
Special characters sent via Camel to ActiveMQ
August 11, 2011 08:55:46 AM
This is what Im trying to do with Camel and AMQ Read a file that has special characters ( for e.g. års test). Using Camel, I read the line in the file Sends the line as a text message into the AMQ queue. Using Camel, I dequeue the message. …
Re: _show fails on special characters in URL
August 22, 2011 11:43:47 AM
On Aug 22, 2011, at 7:45 AM, Erdem Agaoglu wrote: So while a _show like ` http://localhost:5984/example/_design/app/_show/foo/bar` works perfectly, ` http://localhost:5984/example/_design/app/_show/foo/bar?baz=%A3` fails with …
Re: _show fails on special characters in URL
August 22, 2011 12:37:42 PM
I was using escape() in javascript. I switched to encodeURI() and i guess i now am getting correct values. On Mon, Aug 22, 2011 at 7:42 PM, Jens Alfke <jen### @couchbase.com> wrote: > > On Aug 22, 2011, at 7:45 AM, Erdem Agaoglu wrote:…
Cfengine Help: Problem with special characters
March 17, 2011 06:17:24 AM
Forum: Cfengine Help Subject: Problem with special characters Author: max_fr Link to topic: https://cfengine.com/forum/read.php?3,21179,21179#msg-21179 Hi, In order to change root password, i try to compare two md5 string with strcmp function as…
Re: special characters in collection names
July 29, 2010 08:04:27 AM
You cannot use '$' or '\0', it shouldn't start with "system.", and it can't be the empty string. On Thu, Jul 29, 2010 at 3:23 AM, Alatriste <essoler@gmail.com> wrote: > Hi, > > is there any restriction on using '@', '.', '%' and…
Values normalization and special characters
June 7, 2011 01:10:46 AM
Hi guys, I'm a bit deeper into the DN/RDN problem. Now, the issue I have is that I don't know how we should handle shuch case : - an AT like "cn: \ user" having an escaped space at the beginning. - an entry which DN is "cn=\ user,ou=system" The…
Fwd: doap + special characters = broken links
January 25, 2011 08:28:43 AM
---------- Forwarded message
quoting special characters in puppet.conf
August 25, 2010 01:53:22 AM
Hello, I'd like to pass the following flags to diff through puppet: -urbB -I $Id -I $HeadURL -I $URL But when I try to set diff_args in /etc/puppet/puppet.conf like this: diff_args = -ubB -I \$Id -I \$HeadURL -I \$URL Puppet tries to…
doap + special characters = broken links
January 22, 2011 01:35:14 AM
Hi, We (empire-db) just set up our DOAP file but we still have an issue. http://projects.apache.org/indexes/alpha.html#E The projects overview points to: http://projects.apache.org/projects/empire-db__incubating_.html But the page is available…
customize icu collation rule for special characters & digits
January 3, 2011 05:09:01 AM
Hi, I want to sort Special Characters,Digits, Latin and Greek Characters(language independent sorting order) using ICU collation. The sorting order shall be approached by separating the character set into three groups: a. special characters…
Created: (AMQNET-315) Error receiving special characters
February 1, 2011 06:09:25 AM
Error receiving special characters
Apache.NMS.Stomp error receiving special characters
January 31, 2011 03:21:48 PM
Hi, We are using NMS STOMP client for CF 2.0, and we have a error when the client recives text messages with special characters like "é", that are transformed in illegible characters. I have modified the BinaryReader constructor from…
Using Passwords with special characters to for SQL JDBC Connection Pool
November 30, 2011 06:34:28 AM
I'm trying to configure a JDBC Connection Pool for SQL Server 2005 in Tomcat 6 but am hitting a wall in that connection password uses special characters e.g. / < / etc. It's causing this error, Element type "Resource" must be followed by…
Re: Issue 582 in cherokee: Escaping special characters such as ? in filenames
September 16, 2011 05:53:12 AM
Updates: Status: Fixed Comment #1 on issue 582 by ste### @konink.de: Escaping special characters such as ? in filenames http://code.google.com/p/cherokee/issues/detail?id=582 http://stefan.konink.de/contrib/cherokee/bla.html%3fbla Works. I do…
Need Regex Pattern: Can't start w num; No special characters except underscore and hyphen; allows characters/nums
January 24, 2011
Closest I've gotten: ^[-_[a-zA-Z0-9]*$ That still allows the string to start with numbers. Apologies for asking such question when there are…
Regex with special characters?
March 9, 2011
i am looking for a regex that can contain special chracters like / \ . ' " in short i would like a regex that can match the following: may contain…
Mysql special characters utf-8
June 6, 2011
Hi, I have the everlasting problem with german special characters: I got a mysqldump from a mysql database. When I open it in the shell with vim,…
Problem with special characters
June 15, 2011
How can I change the font on android to allow to show special characters like "'" or "à"? Actually the strings that contains these characters are…
Disallow special characters
May 5, 2011
here is an example of what i am doing: http://cnn.com/news/latest.html&id=1 so strip only if & is at the begining or end. Below code strips…
Submit url without any special characters
May 18, 2011
i have a text box where the user will the url in it and submit that url (it takes that url and search in our db) but before it hit the db i want to…
RegEx match with special characters
March 1, 2011
I have a string.match condition that was working until I realized that some words are " personal(computer) " have special characters like…
PHP to Excel special characters problem
June 9, 2011
I am trying to use code that i found on some website to convert mysql to excel. Here is link to the code i am trying to use:…
MySQL special characters problems.
May 29, 2011
Hello I have an issue with my mySQL queries and insertions. When members write in the text area these characters, like: ' " < > and some…
Ibatis database name with special characters
April 8, 2011
Hi, I have to generate an html report regarding a few databases. I am using ibatis on the server side. One of the tables has a 'degree' sign as a…
Issue using LIKE in a SQL query with special characters in it.
February 25, 2011
SELECT id, absolute_tag, tag FROM c7_storage_tags WHERE users_id = 1 AND LOWER(absolute_tag) LIKE LOWER('@#Pictures#zee\'s fav%') This is not giving…
Special characters from CSV to MySQL doesn't work?
January 11, 2011
Hey everyone, I'm saving out a .csv file from Excel and importing it to a MySQL database (with phpMyAdmin 2.6.4-pl3). A few fields have trademark…
Why some special characters like Ð and D has same identity in MySQL?
June 7, 2011
When i delete from table where name like Ð it removes all those items as well which contain D. Same case with many special characters, how to…
Regex for names with special characters
May 11, 2011
Okay, I have read about regex all day now, and still don't understand it properly. What i'm trying to do is validate a name, but the functions i can…
Escape special characters in MySQL using C# and ASP.Net
March 18, 2011
I have a ASP.Net web page with a MySQL back end. The blog content on this site is populated from the MySQL database. When ever I wanted to write a…
FindWindowByClassNameAndRegex issue with special characters
January 24, 2011
For our software testing we have a test that lets us check to see if certain windows are open using the FindWindowByClassNameAndRegex P/Invoke call.…
Checking if a string has special characters
May 1, 2011
how would i check a string for special characters such as $%#, and numbers? I only want chars, ex abcd. the only method i can think of is to make an…
Regex to exclude certain special characters
June 20, 2011
I am looking for a regex...I am validating it on the client-side(javascript) accepts all characters/number and all other special charaters except 3…
Best practices for URL with space and special characters
January 25, 2011
Hi guys, I'm currently modifying a small web application. This web application allow users to enter / specify a category themselves. I noticed that…
Special Characters in MySQL Query on C# .Net
April 8, 2011
Hey Stack, One of my names in my data looks like this O'Neil When I am putting this into my MySQL Query it looks like this 'O'Neil' Unfortunately it…