search for: sshdconfig

Displaying 4 results from an estimated 4 matches for "sshdconfig".

Did you mean: sshd_config
2010 May 21
3
SSH service not getting restarted
Hi, I have this in my sshdconfig module''s init.pp but the service is not getting restarted even though at first connect the file sshd_config is getting modified with the Banner entry. Can someone please help? class sshdconfig { file { "/etc/ssh/sshd_config": path => "...
2009 Jan 19
1
Re: creating a custom type to replace a line in a file
...sn''t make a difference post processing?) eitherway i > get the following error: > > [root@puppetslave puppet]# puppetd -vt ; cat /etc/ssh/sshd_config > info: Retrieving plugins > err: Could not retrieve catalog: wrong number of arguments (1 for 2) > at /etc/puppet/modules/sshdconfig/manifests/init.pp:14 on node > puppetslave.its.uq.edu.au > warning: Not using cache on failed catalog > > with my module''s manifest/init.pp looking like: > define sshd_config($listenaddress) > { > file > { "sshd_config": > # pa...
2012 Jan 10
3
Exec depends on ressources that are several different types
...XXXX I would like to put Package[''libconfig-tiny-perl"] AND File["/path/to/file.pl"] which doesn''t work. In the docs ( http://docs.puppetlabs.com/guides/language_guide.html ) it gives an example service { ''sshd'': require => File[''sshdconfig'', ''sshconfig'', ''authorized_keys''] } But this only works for multiple dependencies that have the same nature, here "File" I have found a workaround which is to put the package dependency in the file section (file depends on package, exec d...
2009 Aug 05
5
[Bug 1629] New: allow --port=#### option at configuration time?
https://bugzilla.mindrot.org/show_bug.cgi?id=1629 Summary: allow --port=#### option at configuration time? Product: Portable OpenSSH Version: 5.2p1 Platform: Other OS/Version: Other Status: NEW Severity: enhancement Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org