similar to: How do I require a resource in a definition based on an array parameter?

Displaying 20 results from an estimated 200 matches similar to: "How do I require a resource in a definition based on an array parameter?"

2011 Nov 28
2
Using firewall module, how do I clear iptables before rules are applied?
I am currently using Puppet''s firewall module: http://forge.puppetlabs.com/puppetlabs/firewall I am trying to have Puppet flush iptables before it applies firewall rules. I tried the following: exec { ''clear-firewall'': command => ''/sbin/iptables -F'', refreshonly => true, } Firewall { subscribe =>
2002 Jul 28
1
bug or "feature" ?
I'm not sure if this is normal or not. I run Samba 2.2.5 with LDAP on RH Linux 7.2. The thing is, it only works correctly when nscd is running. Otherwise it can't getpwnam and fails with no uid error. Interesting thing, there is no such effect on Debian Linux. Weird... pdb_ldap.c: sys_user = sys_getpwnam(username); if (sys_user == NULL) { DEBUG
2011 May 30
13
Cmd error
Can anyone help me about this error? CMD (https://picasaweb.google.com/104972964932264920885/Wine?authkey=Gv1sRgCMvir7uOtqu7FQ#5612428588964078610)
2020 Jul 05
2
same changes in the DHCP to DNS script
if I open it on a different PC I get forwarded to: https://onedrive.live.com/?authkey=%21APxsCWc0kOOmsV8&cid=4C806C395570B0D2&id=4C806C395570B0D2%21949&parId=root&o=OneUp On 05.07.2020 11:38, Rowland penny via samba wrote: > On 05/07/2020 10:30, Mani Wieser via samba wrote: >> Samsung is ignoring this nonesense for years.........you have a lot >> of fun, if your
2002 May 07
1
X11 forwarding and LBX
So I'm working from home today, and for the first time I've tried running Evolution over a forwarded X11 connection. Even though work has a T1 and I have 640k at home, and ssh is compressing, it's ... rather slow. So I fire off lbxproxy and try to run an xterm to see if it works. No dice, authentication denied. Does anybody have any experience with this? Is it possible to run
2011 Nov 23
1
Corosync init-script broken on CentOS6
Hello all, I am trying to create a corosync/pacemaker cluster using CentOS 6.0. However, I'm having a great deal of difficulty doing so. Corosync has a valid configuration file and an authkey has been generated. When I run /etc/init.d/corosync I see that only corosync is started. >From experience working with corosync/pacemaker before, I know that this is not enough to have a functioning
2011 Jun 18
0
help with quantification of high density region
Hello, I am entirely new to this list, and not very experienced with R yet (but very excited about it!!). I am struggling with a dataset of x and y coordinate points I am plotting as a density map as follows: trial <- read.csv(file="F12.csv", sep=",", skip=32, head=TRUE) trial.sub <- subset(trial, Seconds>=30) trial.sub <- subset(trial.sub, Seconds<=1830) d
2011 Oct 31
6
useradd question
I am using Ubuntu LTS 10.04 with the backported puppet 2.6.1-0ubuntu2~lucid1 I am trying to create user with the following manifests but at the end always getting the Could not find user git error message: What am i missing, seems the manifest not creating the missing git user. /etc/modules/git/manifests/user.pp class git::user { user{''install'': name
2009 Oct 30
3
need help in generating ssh authorize keys
hi all, I need to generate ssh authorize keys for a list of users hosted on different servers.the users are active and each one has its public key (id_rsa.pub) hosted in 1 server. now what i need to do is to generate the authorize keys from each of their public key. the key is easily generating if public key hosted on the Node but my problem is that all public keys are hosted in 1 machine with a
2006 Apr 23
0
dsl-acc go2net
set authname "dslflat/362364%go2net" set authkey chefing
2020 Jul 05
2
same changes in the DHCP to DNS script
Samsung is ignoring this nonesense for years.........you have a lot of fun, if your marketing department are turning on a few of them at the same time, to check their newest presentation gimmik........ please try this one: https://1drv.ms/u/s!AtKwcFU5bIBMhzX8bAlnNJDjprFf mani On 05.07.2020 11:22, Rowland penny via samba wrote: > On 05/07/2020 10:03, Mani Wieser via samba wrote: >>
2006 Aug 16
2
DO NOT REPLY [Bug 4023] New: Rsync does not copy files recursively when using ssh public key authorization and the files-from option
https://bugzilla.samba.org/show_bug.cgi?id=4023 Summary: Rsync does not copy files recursively when using ssh public key authorization and the files-from option Product: rsync Version: 2.6.8 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core
2017 Apr 19
2
PUPPET - group IDS
hope thus comes under the remit of this mailking list... We use puppet, and Im trying to come up with "code" that will create two user accounts with a shared groiup ID eg? user1 with UID 1000user 2 with UID 1001 but I would like them BOTH to share the GID of 2000 I've tried the following accounts::groups:? ? jointgroup:? ? ? ? gid: '2000' accounts::users: ? ? user1:? ? ? ?
2000 Jun 21
1
SSH 2.2.0
Yo All! I have been playing with SSH 2.2.0 from www.ssh.com. I can not connect to openssh 2.2.1p1 using Ver 2 protocol from ssh Ver 2.2.0. Ver 1 works fine. See below for the debug output from both ends If I force hmac-md5 (-m hmac-md5) from the sender it works! The other 3 choices fail: hmac-sha1; hmac-md5-96; and none. I have no problem connecting to this openssh host (hobbes) from
2007 Jun 11
4
freeBSD User provider
Hello, from the doc it seems that the User type has a provider of ''pw'' for FreeBSD. It seems the provider does not allow dupelicate, does not allow to manage the homedir and to manage password. in the code the duplicate uid is set so it seems the doc is out of date on this :) - manage home directory, i don''t really understand what is that parameter. The
2011 Dec 10
5
create user and push out keys.
Hello Im just been working with puppet, the first usecase i have is to set up a system to create users and then push ssh keys on this machines in the create users .ssh files. I just started with puppet so i am a bit cluesless, Can someone push me in the right direction? Im having a centos enviorment. -- You received this message because you are subscribed to the Google Groups "Puppet
2017 Apr 19
0
PUPPET - group IDS
On Wed, 19 Apr 2017, Ian Diddams wrote: > hope thus comes under the remit of this mailking list... > > > > We use puppet, and Im trying to come up with "code" that will create two user accounts with a shared groiup ID > eg? > user1 with UID 1000user 2 with UID 1001 > but I would like them BOTH to share the GID of 2000 > I've tried the following >
2009 Aug 04
3
Managing about 30 users?
I have about 30 dev. and operation users on my machines, is there a recipe anywhere for doing this? The best practices doc on the wiki is incomplete and confusing. Also, any workaround for the ssh_authorized_key bug in 24.8? All I really want to do is create users, home directories and put ssh keys in them, but it tries to add the keys first, so it doesn''t work.
2016 Jan 06
0
[klibc:master] i386: remove special handling of socketcall
Commit-ID: 9b625887a59c03c244b43550b576529f209dde11 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=9b625887a59c03c244b43550b576529f209dde11 Author: H. Peter Anvin <hpa at linux.intel.com> AuthorDate: Tue, 5 Jan 2016 16:43:50 -0800 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Tue, 5 Jan 2016 16:43:50 -0800 [klibc] i386: remove special
2006 Dec 03
12
Problem with user type on 0.20.1... uses group "absent"
Hi, I''m running into a problem with the user type with puppet 0.20.1... this worked before with 0.19.x at least, not sure about 0.20. But I''ve got adduser.pp: <snip> define adduser($uid, $gid, $groups="users", $membership="minimum") { group { $name: gid => $gid, allowdupe => false, ensure