search for: root_password

Displaying 17 results from an estimated 17 matches for "root_password".

2007 Jul 19
2
yaml representation of manifests
...a straight yaml file (just to keep things simple). The place I''m currently stuck is in doing some more advance node configurations and placing that data in the yaml file. For example: node ''foo'' { $var1 = ''lfkajdflkjd'' include test include root_password package { [ "request-tracker3.6", "libdatetime-perl", "xml-core", "rt3.6-apache2", "libmailtools-perl", "libhtml-format-perl", "file", "libcompress-zlib-perl", "l...
2014 Jan 24
2
[PATCH 0/2] Implement virt-builder --selinux-relabel option.
Do SELinux relabelling properly.
2012 Aug 02
1
Setting hostnames in razor
All, Is razor only really useful for configuring mass numbers of hosts? I''ve been playing with it and one thing I''m not grasping is how to set a hostname if I''m only building one host, say wiki01.foo.com. For each server like that would I need a separate policy, or is there some other way people are using to pre-populate specific host information to be passed to
2014 Feb 21
2
[PATCH] builder: add an arch field to sources read from indexes
.../builder/builder.ml b/builder/builder.ml index 80ccef7..d6d7570 100644 --- a/builder/builder.ml +++ b/builder/builder.ml @@ -42,7 +42,7 @@ let main () = edit, firstboot, run, format, gpg, hostname, install, list_format, links, memsize, mkdirs, network, output, password_crypto, quiet, root_password, scrub, - scrub_logfile, selinux_relabel, size, smp, sources, sync, timezone, + scrub_logfile, selinux_relabel, size, smp, sources, indexarch, sync, timezone, update, upload, writes = parse_cmdline () in @@ -143,7 +143,8 @@ let main () = let sigchecker = Si...
2013 Apr 04
5
Unable to set MySQL root password
Hi, Using this module https://forge.puppetlabs.com/puppetlabs/mysql as described on documentation: class { ''mysql::server'': config_hash => { ''root_password'' => ''foo'' } } But, couldn''t set password after logging getting error: Access denied for user ''root''@''localhost'' (using password: YES) System:Ubuntu 12.10 -- You received this message because you are subscribed to the G...
1998 Nov 13
2
win nt / 95 samba utilization
...ows NT clients. This system is not on the net, so security is not a concern. I would like to have all password authentication occur on the Linux box with absolutely no NT Server / Domain Controller involvement. My goal is to be able to issue statements like this: net use l: \\interserv27\public root_password /user:root /persistent:no My understanding is that I would then have full root access to the Linux filesystem, and that all files and directories I create would be equivalent to "chown root.root". We are using NT Workstation with SP3 - and the Samba "clear password" RegEdit fi...
2009 Jan 28
5
Solaris zone documentation
...30.55.201", path=>"/zoneds/%s", realhostname=>"myzone.example.com", sysidcfg=>template(sysidcfg) } with the following template: system_locale=en_AU timezone=Australia/NSW terminal=xterms security_policy=NONE root_password=elided timeserver=localhost name_service=DNS {domain_name=<%= domain %> name_server=10.132.2.150} network_interface=primary {hostname=<%= realhostname %> ip_address=<%= ip %> netmask=<%= netmask %> protocol_ipv6=no default_route=<%=...
2012 Mar 12
5
Database and user not created (Puppetlabs mysql module)
...g --verbose). I see that manifests is read, but no db/user in mysql. There is all my node config: include openssh include apache include php php::module { "mysql": } include mysql class { ''mysql::server'': config_hash => { root_password => "xxxx"} } mysql::db { ''mydb1'': user => ''user1'', password => ''xxxxx1'', host => ''localhost'', grant => [''all''], }...
2012 Jul 30
0
Defining node types in modules
...n_puppet01opslab::puppetdashboard_mysql { class { ''mysql'': } # ''mysql::ruby'': # ''mysql::server'': mysql::ruby { ''bleh'': } mysql::server { ''bleh'': config_hash => { ''root_password'' => ''secretmysqlpassword'' } } } -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/KZ-cLZeN2dYJ. To post to this...
2012 Aug 01
0
Issues with some modules !!!
...ther not blank nor does it set the password that I have mentioned. The nodes.pp that I am using is as follows [root@pmast1 manifests]# cat /etc/puppet/manifests/nodes.pp class baseclass { class { ''mysql'': } class { ''mysql::server'': #config_hash => { ''root_password'' => ''mypass'' } } mysql::db { ''mydb'': user => ''myuser'', password => ''mypass'', host => ''localhost'', grant => [''all''], } } node ''pclient1.example.com...
2013 Mar 21
6
How we can create two database Using same credetial using Puppet
Hello All, I wanted to create two two MySQL database with same user credential using Puppet-MySQL. How can I achieve this? Please find my script below. class mysql::vsdatabase { include mysql mysql::db { ''vidispine'': user => ''user'', password => ''user123'', host => ''db.<hostname>.com'', } } How can I add
2014 Jan 10
3
[PATCH 0/3] Timezone and keyboard layout settings in virt-builder and virt-sysprep.
Setting timezone is easy. It turns out to be almost impossible to set keyboard layout in virt-builder sanely, so I have added some examples instead. Coming up next, setting languages in virt-builder (clue: very very very hard). Rich.
2008 Nov 28
12
Guest - slow response to keystroke.
...est-2_directory # cp /vserver/domains/guest-1_directory/disk.img /vserver/domains/guest-2_directory/ # cp /vserver/domains/guest-1_directory/swap.img /vserver/domains/guest-2_directory/ 3) Start guest-2 and login with password of guest-1 Edit /etc/hosts, /etc/hostname, /etc/network/interfaces, root_password, user_passwords, etc. 4) Restart guest-2 and login with new data. The new mail server, guest-2, is working. But occasionally I found running both guest-1 and guest-2 simultaneously slow response to keystroke will occur on either of them. I have to sit back and wait. Please advise where shall...
2014 Jan 16
5
[PATCH 0/3] Add JSON output for virt-builder
Hi, This small patch serie adds a JSON output for virt-builder. This way it is possible to parse the list of available templates, with no need to parse the unstructured and possibly changing short and long outputs of virt-builder. Pino Toscano (3): builder: small refactor of the list output builder: add --list-format builder: add a JSON output for --list builder/builder.ml
2014 Mar 10
2
[PATCH] builder: complete architecture handling
...at, gpg, hostname, install, list_format, links, - memsize, mkdirs, + arch, attach, cache, check_signature, curl, debug, delete, + delete_on_failure, edit, firstboot, run, format, gpg, hostname, install, + list_format, links, memsize, mkdirs, network, output, password_crypto, quiet, root_password, scrub, scrub_logfile, selinux_relabel, size, smp, sources, sync, timezone, update, upload, writes = @@ -172,11 +172,11 @@ let main () = | Some cachedir -> printf (f_"cache directory: %s\n") cachedir; List.iter ( - fun (name, { Index_parser.r...
2014 Mar 11
4
Re: [PATCH] builder: complete architecture handling
On Tuesday 11 March 2014 10:09:45 Richard W.M. Jones wrote: > On Mon, Mar 10, 2014 at 02:28:20PM +0100, Pino Toscano wrote: > > Add the possibility to choose which architecture use to build the > > wanted image (--arch). Since this implies that running commands on > > the guest is usually not possible when the architecture is > > different than the host one, another new
2014 Mar 18
2
[PATCH] customize: Move virt-customize-related code to a separate
There's not going to be an easy way to present this patch. It's huge and interconnected. Anyway, what it does is lay the groundwork for a new tool which I'm calling 'virt-customize'. virt-customize is virt-builder, but without the part where it downloads a template from a respository. Just the part where it customizes the template, that is, installing packages, editing