Displaying 2 results from an estimated 2 matches for "serverspec".
Did you mean:
serverspecs
2013 Jul 12
5
Module team update: 2013-07-07 - 2013-07-12
...o do in this to unify the templates but I wanted
to get a release out the door today and work on the unification for 2.0.0.
The firewall changes are smaller but the regular mix of features and
bugfixes.
In addition to all these module releases Hunter released
http://rubygems.org/gems/rspec-system-serverspec, which is a bridge between
the serverspec matchers and rspec-system.
I made https://github.com/puppetlabs/puppetlabs-rabbitmq/pull/71 which is
an in progress refactor of the installation part of the rabbitmq module. I
want to continue overhauling this module completely until it sparkles.
Please...
1998 Mar 31
6
Unix password Sync
Ive just discovered that my previous email is wrong - the password sync
does in fact work under Solaris fine. What is happening however is that
when I create a new account, and call smbpasswd $user as root, it only
updates the SMB password and not the Unix password as well.
I though I could change my call to /bin/passwd in my new user creation
scrip with /usr/local/samba/bin/smbpasswd -a, but as