Displaying 20 results from an estimated 107 matches for "surest".
Did you mean:
suresh
2016 Aug 15
2
Locked out of the CentOS Fora
The username/email combo I give the "forgot password" option does not work and I cannot re-register as it says my email is in use.
Suggestions ?
Dan White | d_e_white at icloud.com
------------------------------------------------
?Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.? (Bill Waterson: Calvin & Hobbes)
2013 Mar 18
3
Hiera 1.2.0-rc2 and deep-merge
Stumbled around a bit until I figured out you need to do this:
gem install deep_merge
to get it to work !
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop recei...
2013 May 30
8
Run a File resource only if another file is missing
Hi,
I would like to run the File resource below:
file { ''autoconfig.php'':
path =>
''/var/www/owncloud/config/autoconfig.php'',
ensure => file,
owner => ''www-data'',
group => ''www-data'',
2011 Nov 17
4
puppetmanaged.org ?
...tp] said: 550-Mailbox unknown. Either there is no mailbox associated with this 550-name or you do not have authorization to see it. 550 5.1.1 User unknown (in reply to RCPT TO command)
-----------------------------------------------------------------------------------------
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-use...
2012 Jan 23
4
Another Discovered/Undocumented feature of yumrepo - and a workaround
...ded to add
file { ''/etc/yum.repos.d'': ensure => directory, }
-- require => File["/etc/yum.repos.d"] -- was added to eack yumrepo resource
AND "reposdir=/etc/yum/repos.d" explicitly set in /etc/yum.conf
to get what I wanted.
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-use...
2014 Dec 17
5
I can't see some of my onwn e-mails ...
I sometimes receive e-mails I post to this list, like I did the bug I
reported about X problems, but other times not, like my first post about
that before I reported the bug. That one appeared in gmane, but
Evolution never picked it up.
And today I've not seen either of my posts but I know it got there
because I did see a reply to my post about the flash plugin and it had a
snippet of my post
2013 Apr 26
7
passwordless ssh
What is the best and easy''t way to let all nodes ssh passwordless to each
other ?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
2010 Mar 04
4
Permissions problem
What am I doing wrong here? I need to be able to write to /var/cvs.
This used to work before I moved these groups into an LDAP directory
instead of /etc/group:
[scarolan at watcher:/var/cvs]$ touch test.txt
touch: cannot touch `test.txt': Permission denied
[scarolan at watcher:/var/cvs]$ ls -ld
drwxrwsr-x 4 cvs cvsgrp 4096 May 18 2008 .
[scarolan at watcher:/var/cvs]$ id scarolan
2013 Feb 05
2
Problems with PuppetLabs Yum Repo
Trying to update a RHEL5 x86_64 server
Yum sees puppet-server 3.1.0-1.el5, but does not see puppet 3.1.0-1.el5
I tried cleaning out the cache and trying again, but no luck.
I am going to download the RPM and localinstall it so I am not held up.
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop recei...
2012 May 21
1
Looking for a path into the innards of the Puppet Firewall Module @ The Forge
..., I have ideas for other modules that use the same base methods.
So, I am looking for either the folks that wrote this module or someone who can help me understand it enough for me to make some enhancements to it myself.
Please help me help the Puppet community !
Thanks.
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-use...
2012 Feb 08
2
Running Puppet(Master) on port 443
On Feb 1, 2012, at 8:06 PM, Nan Liu wrote:
> Puppet uses REST, so you can run puppet master on 443 to work around firewalls.
I would like to get a bit more information on this.
Is it as simple as setting all the ports in puppet.conf to 443 on master and agent ?
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-use...
2013 Jun 28
2
Puppet user running Apache-Passenger ?
...senger setup process that edits httpd.conf and sets the User/Group running apache to "puppet" ?
A master I set up several months ago is configured that way.
I do not recall doing it.
But then the high voltage electroshock therapy does have its side effects :)
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop recei...
2013 Jun 19
0
[LLVMdev] Vector type LOAD/STORE with post-increment.
...truction in machine code,
especially when you're considering the vectorizer. Today you can generate a
post-indexing load, tomorrow a pre-indexing load, and the next day a simple
offset. All depending on how the IR is constructed, changed and lowered,
all of which change daily.
The quickest and surest way to generate NEON instructions is with NEON
intrinsics, but even so, LLVM is allowed to twist your code to generate
better instructions than you have thought possible. You can try to create
an IR that can generate post-indexed VLDRs on ARM, but that will not
guarantee it'll generate the same...
2013 Apr 11
3
puppet-lint -- learning stuff about style but also generating questions
...host_aliases => $hostname,
ip => $ipaddress,
}
Now for a question:
puppet-lint does not like template files at all.
I keep getting this: ERROR: Syntax error (try running `puppet parser validate <file>`)
My first thought is to ignore template files.
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop recei...
2016 Aug 26
3
Ordering rich rules with firewalld
Is there any way to order rich rules in firewalld? If I remove all
rules and add them back in firewalld seems to put them in whatever order
it feels like.
Alternatively, how can I change the default policy of a firewalld zone?
At the moment I don't see any way to have a zone accept traffic by
default other than adding a rich rule allowing 0.0.0.0/0.
--
Jeff White
HPC Systems Engineer
2013 Feb 21
6
Using Facter to find the Java version running on the machine
Hello all,
I am currently trying to setup a Custom Fact that will can be used to
determine the version of the Java JRE running on a machine, in order to use
it in my manifests to ensure the proper JARS are distribured based on
environment. I''m trying to use the java -version command and then capture
the JRE release (eg "1.6.0_37"). No matter what I have tried, the output
2013 Feb 11
4
Yum Repositories appear to be offline
...l/5Server/dependencies/x86_64/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
http://yum.puppetlabs.com/el/5Server/products/x86_64/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop recei...
2010 Sep 26
0
[LLVMdev] LLVM Exception Handling
...it's simpler for sj/lj, but you have to be careful not to
break the dwarf contract between the three parties: eh-lib, eh-tables
and try/catch blocks. It is really tricky to make sure that contract
is working, the easiest being having a huge test codebase to run
before/after your changes and the surest having Knuth to prove it's
right. ;)
Whatever your changes are, just remember that the syntax has to make
sense for dwarf EH users as well. Removing clutter from sj/lj and
introducing it to dwarf is no gain.
--
cheers,
--renato
http://systemcall.org/
Reclaim your digital rights, eliminate...
2013 Jun 04
11
Share Hiera configuration between 2 nodes?
Hi,
I am trying to use Hiera in puppet 3 and I have two nodes that both need
the same configuration. In this case they are two web servers which have
the same apache configuration.
Rather than creating two seperate hiera files for node1.yaml and node2.yaml
is there a way to group these by role (e.g. webserver.yaml)? I want to
avoid duplicating the configuration if possible and keep the data
2003 Jan 06
1
security = domain and Mac OS X
...is way (as far as I remember) 5-6 times- in addition
to sending these directions to several folks who reported back
success. Not sure what's different here.
--
http://www.4am-media.com
Mac OS X Consulting and Training
Michael Bartosh
mbartosh@4am-media.com
303.517.0272
Denver, CO
"The surest way to corrupt a youth is to instruct him to hold in higher
regard those who think alike than those who think differently."
- -- Nietzsche
Think Different.