Displaying 20 results from an estimated 100000 matches similar to: "NET/Network HSM support"
2012 May 03
1
Recommended network module?
Hi! There are a few network modules out there for managing network
interfaces, routes, etc. Anyone recommend one over the others?
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 from this group, send email to
2012 Aug 29
1
dmz network configuration
Hi all,
I need to install puppet agent on some DMZ hosts, so I need to have
all TCP ports.
Can anyone tell me what the data flow is between agents and the master?
Also, what would be the case when using MCollective, inseatad of puppet kick?
Thanks.
--
Beware of programmers who carry screwdrivers!
--
You received this message because you are subscribed to the Google Groups "Puppet
2013 Apr 29
1
Puppet Windows - Mapped Network Drive and Service Account
On Windows 2008 R2 SP1, after joining to the domain, there is an issue with
a mapped network drive when Puppet agent runs by the "LOCAL SYSTEM" service
account.
Using dependency chaining, a near the beginning module is
"map-networkdrivez". The module execs a batch file that if Z:\ does not
exist (not already mapped), maps Z:\ to a Windows 2008 R2 SP1 file server
with a
2011 May 20
1
puppet code to find out which is the first active network interface
I have a piece of shell script as below:
ACTIVE_INTERFACE=`/sbin/ifconfig | /bin/gawk '' /^eth/ { print $1 } ''
| /usr/bin/head -1`
How do I translate it to puppet code, for example to assign the result
as a variable to use?
Thanks,
-Haiyan
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send
2011 Nov 19
3
When will Puppet officially support Ruby 1.9.2+
Hello everyone,
Ruby 1.8.7 is EOS now. So, when will Puppet become Ruby 1.9.2+
compatible?
I am considering to deploy Puppet on a large hosts of servers. If Ruby
1.9.2 cannot be supported, I have to turn to Chef.
Best regards,
Tetsu
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2008 Apr 10
2
uninitialized constant Puppet::Network::Handler::FileServer::AuthStoreError ?
Hi Folks, Just wondering what the above error means. I followed
the instructions in http://www.howtoforge.com/installing_puppet_on_ubuntu
and when I try to startup the server it fails with the error in the
subject
of this message.
I am running the server on Ubuntu/i386/gutsy. In particular,
# puppetmasterd --verbose --debug
debug: puppetmasterd: Setting logdir to
2011 May 31
0
Extlookup++
On Fri, May 27, 2011 at 1:08 PM, R.I.Pienaar <rip@devco.net> wrote:
> And for what its worth this afternoon just to see how hard it is
> and to again ask to myself ''wtf has no-one done this yet?'' and also
> ''wtf are people at Puppet Labs reinventing this wheel?'' I wrote
> a new extlookup that has pluggable backends.
>
The bit about
2012 Nov 26
2
Status of STONITH support in the puppetlabs corosync module?
Greetings -
Hoping to hear from hunner or one of the other maintainers of the
puppetlabs corosync module - there is a note on the git project page that
there is currently no way to configure STONITH. Is this information
current?
If so, has anybody come up with a simple method of managing STONITH with
corosync via puppet?
--
You received this message because you are subscribed to the
2012 Dec 06
1
daemontools service provider doesn't support "restart" parameter?
Hello,
Using Puppet 2.7(.20), I''m trying to override the "restart" command of a
service controlled by daemontools provider using:
service { ''bamboo-agent'':
hasrestart => false,
provider => ''daemontools'',
restart => ''/bin/touch /var/run/needs-restart'',
...
}
And
...
notify =>
2010 Oct 06
3
Using Augeas to manage /etc/network/interfaces from Puppet
Hi,
Sorry for the broad distribution, I''m not sure who best can help me.
I''m trying to add a new interface stanza to /etc/network/interfaces.
With augtool, I can accomplish this with the following:
set /files/etc/network/interfaces/iface[last()+1] bond1
set /files/etc/network/interfaces/iface[last()]/family inet
set /files/etc/network/interfaces/iface[last()]/method dhcp
set
2009 Oct 20
4
any plans to support pkgutil?
Seems that blastwave is all about pkgutil now. Are there any plans to
support this?
Best,
Adam
--~--~---------~--~----~------------~-------~--~----~
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 from this group, send email to
2008 Jun 16
1
ACL support
Hi.
Does puppet v.0.24.4 support Access Control Lists (ACLs)? Can''t find
any documentation on this, so I''m guessing it''s not supported yet.
Regards,
Kenneth Holter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2013 Apr 12
5
How to setup /etc/resolv.conf dependent on network
Hello,
I am a beginner in puppet so please excuse my lack of knowledge.
(I use puppet 3.1).
We have nodes in different networks - they use different DNS servers.
I''d like to set up its /etc/resolv.conf dependent on network they are in.
What approach would you recommend to solve the problem ?
Thanks in advance
Przemek
--
You received this message because you are subscribed to the
2011 Aug 07
3
Workaround to "Provider groupadd does not support features manages_members" ?
Hello,
I wanted to manage a couple of groups membership, under RedHat,
without managing the users (as they are LDAP users) but found out it
is not supported.... Is there a workaround to this?
I tried:
group { "jbossd":
gid => 520,
members => ["user1","user2"],
}
Thanks a lot.
Mohamed.
--
You received this message because you are
2012 Sep 25
1
LDAP Account Manager supports Puppet
Hi all,
the latest release of LDAP Account Manager supports to manage your Puppet
LDAP entries via a web GUI.
You can download it here (free, GPL license):
https://www.ldap-account-manager.org/
There is also a live demo provided on the homepage. There you can try it
online.
Just edit a host entry and then switch to tab "Puppet".
I hope you like it. ;-)
Best regards
Roland
--
2012 Mar 30
2
Does create_resources support virtual resources?
Hi all,
I''m interested pushing my user list out of my users manifest and into
Hiera. Unfortunately I haven''t been able to get it to work the way I
thought it would. The error suggests that perhaps create_resources
cannot create virtual resources, but the docs I''ve read so far don''t
address it.
The class (in init.pp):
class users {
$system_users =
2010 Aug 09
2
networking on centos
Hi All.
I''m new to puppet, just want to know which is the right way to
configure networking on centos (5).
Is there something built in, or should I use a module from puppet
forge ?
Following this thread :
http://groups.google.com/group/puppet-users/browse_thread/thread/44dfd59abfb6a87e/968ef27084259546?lnk=gst&q=network+centos#968ef27084259546
seems that there there isn''t
2011 Dec 12
1
Re: Re: Variables not inheriting
Now thats wierd. I did. Different title, different body...how did it flag my quetion to an old thread?
jcbollinger <John.Bollinger@stJude.org> wrote:
>Please do not hijack existing threads. Create a new thread for a new
>question.
>
>
>John
>
>--
>You received this message because you are subscribed to the Google Groups "Puppet Users" group.
>To post
2013 Feb 08
1
Still getting an error....Re: Mcollective/Puppet Plug-In
Now, I am getting this ....
Thanks for the help!
puppet5 : Cannot validate input: Unknown
validator: ''puppet_server_address''.
Cannot validate input: Unknown validator:
''puppet_server_address''.puppetdev04 : Puppet
command ''puppet agent --test --onetime --daemonize --color=false --no-splay
2012 Sep 04
1
Enterprise puppet and VMware VM deployment
Does Enterprise Puppet use VSphere SDK API to deploy VMware VM? If
not, what does it use?
On 8/30/12, steeef <steeef@gmail.com> wrote:
> I''m in the process of migrating data out of my standard Puppet repositories
>
> for modules and manifests, and I''m having second thoughts about my original
>
> design. I''d appreciate any feedback you can give me.