From: Rosavitskiy Valintin <valintinr@tangramltd.com>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] puppet user password
Date: Wed, 12 Dec 2012 22:30:06 +0200
Message-ID: <50C8E94E.2080509@tangramltd.com> (raw)
In-Reply-To: <50C770BD.4020700@altlinux.ru>
On 11.12.2012 19:43, Anton Gorlov wrote:
> 11.12.2012 20:43, Anton Gorlov пишет:
>> 11.12.2012 17:01, Андрей Черепанов пишет:
>>>> ш ещё не смотрел. Но стенд
>>>> подготавливаю.
>>> Это я спросил, потому что интересно это интегрировать с альтовыми
>>> серверами и десктопами.
>> Собсно над чем я и работаю сейчас активно..
> Сейчас у меня ребром стоит вопрос как научить puppet менять пароли в tcb.
> В shadow оно пароли меняет при помощи ruby-shadow и скармливать нужно
> уже криптованный пароль...
> А вот что делать с tcb ума не приложу если честно.
>
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community
А если делать например через exec? Например так, немного криво но вроди
должно работать, пароль пропущен через crypt.
class passwd {
exec { 'usermod':
command => 'sudo usermod -p pawpU97AVNPO6 root',
path => [ '/bin','/usr/bin' ],
unless => \"grep -q '^root:' /etc/passwd\",
}
prev parent reply other threads:[~2012-12-12 20:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-10 15:14 Anton Gorlov
2012-12-11 7:00 ` Андрей Черепанов
2012-12-11 8:57 ` Anton Gorlov
2012-12-11 13:01 ` Андрей Черепанов
2012-12-11 16:43 ` Anton Gorlov
2012-12-11 17:43 ` Anton Gorlov
2012-12-12 20:30 ` Rosavitskiy Valintin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50C8E94E.2080509@tangramltd.com \
--to=valintinr@tangramltd.com \
--cc=community@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git