[Puppet Users] Re: How to add user in centos 6.6 from puppetserver to puppetAgent

2015-08-12 Thread Huynh Tran
Thank you! I have the code in ../manifestss/site.pp: user {'testuser': ensure => 'present', comment => 'testuser', # gid => '500', # home => '/home/testuser', managehome => true, # password => '$6$L41Vuii1$MVPd0RAeVTopbm4sgFp1dwTvP3cyY//.8jQs3xvdUKtNbCthRcVCvxSHwhG0w.blW8V2KPaY7HhFkGApVcm1o0', #

Re: [Puppet Users] Re: How to add user in centos 6.6 from puppetserver to puppetAgent

2015-08-07 Thread Christopher Wood
This might help? https://docs.puppetlabs.com/references/latest/type.html#user I think some of these may be useful to you: https://learn.puppetlabs.com/category/self-paced-training On Fri, Aug 07, 2015 at 02:23:14AM -0700, Huynh Tran wrote: >Please, Help me! > >Vào 20:28:18

[Puppet Users] Re: How to add user in centos 6.6 from puppetserver to puppetAgent

2015-08-07 Thread Huynh Tran
Please, Help me! Vào 20:28:18 UTC+7 Thứ Năm, ngày 06 tháng 8 năm 2015, Huynh Tran đã viết: > > I want add user from PuppetMaster to PuppetAgent with authorities root or > user use. I'll have to configure or code ,how? > -- You received this message because you are subscribed to the