Displaying 9 results from an estimated 9 matches for "vagrantfil".
Did you mean:
vagrantfile
2013 Jul 30
2
Vagrant Puppet Provision VM
Hi All,
I am using Vagrant to provision a box (CentOS 6.x) with puppet
provisioner. The box is built by using veewee, with ruby 1.8.7 and puppet
3.2 iinstalled, and the vagrant environment layout is,
.
├── Gemfile
├── Gemfile.lock
├── Rakefile
├── Vagrantfile
├── definitions
│ └── centos-6.3.minimal
├── hiera
│ └── data
├── iso
│ ├── CentOS-6.3-x86_64-minimal.iso
│ └── VBoxGuestAdditions_4.2.12.iso
├── puppet
│ ├── Puppetfile
│ ├── environments
│ ├── manifests
│ └── modules
└── r10k.yaml
Puppet will execute the puppet/manfests/default....
2015 Dec 20
2
/bin/nmcli and connection names
On Wed, Dec 16, 2015 at 4:47 PM, Earl A Ramirez <earlaramirez at gmail.com>
wrote:
> I don't see 'System' in any of the CentOS 7.2.1511 boxes or VMs that were
> recently upgraded:
>
?Hi Earl,
Have you tried a new install?? I agree, upgraded installations do not seem
to be affected.
2023 Jan 16
1
Debian11 Samba backport and bind9
That's exactly what I'm saying.
I can add output from all three DC's if necessary.
Regards
Ingo
https://github.com/WAdama
Rowland Penny via samba schrieb am 16.01.2023 um 22:02:
>
>
> On 16/01/2023 20:52, Stefan Kania via samba wrote:
>> As I said, both DC are installed via Vagrent, starting the setup with
>> 9.18 I have the problem, starting with 9.16
2016 Aug 01
2
Why does AWS instance always lost around 500MB memory
Hi,
I launched an AWS instance `t2.medium` (use CentOS 7 image "ami-7abd0209",
product code: https://aws.amazon.com/marketplace/pp/B00O7WM7QW), which is
supposed to have 4GB Memory in total, but turn out it is only "3.5GB".
```
$ free -h
total used free shared buff/cache
available
Mem: 3.5G 441M 1.4G 16M
2012 Sep 23
2
"Could not find class drew" error message when trying to load module
...luck on the
puppet group too.
I am trying to load the most basic example of a module as per the puppet
docs, using a default vagrant setup which obviously has pupet installed.
My folder looks like this:
vdrew
-- manifests
-- default.pp
-- modules
-- drew
-- manifests
-- init.php
-- .vagrant
-- Vagrantfile
default.pp
------------------------------------------------------------------------------------------------------------------------------------------------------
notify {"base.pp":}
include drew
--------------------------------------------------------------------------------------------...
2013 Sep 29
1
set up a Gluster 2 node cluster in two lines of code :)
...the rest for you.
*clone it here: https://forge.gluster.org/vagrant
*
So what does this do? This basically means that you can spin up 2 vms ,
from scratch, by installing vagrant and then, literally, typing:
*git clone git at forge.gluster.org:vagrant/fedora19-gluster.git
cd fedora19-gluster
ln -l Vagrantfile_cluster Vagrantfile
vagrant up --provision *
Does it work? Yes ! After watching it spin up , you can ssh in to the
cluster by typing:
*vagrant ssh gluster1*
And destroy the same two node cluster by running:
*vagrant destroy*
.............................. Example
...............................
2013 Nov 20
2
How come that module is not executed in Windows?
I have the following in vagrantfile in WIndows system.
config.vm.provision :puppet do |puppet|
puppet.manifests_path = "manifests"
puppet.manifest_file = "base-hadoop.pp"
puppet.module_path = "modules"
end
when i run vagrant provision, i do see manifest and module folders are
moun...
2013 Nov 18
4
Puppet Masterless on Windows
Hi all,
I have been working on a configuration of a Masterless configuration on
Windows. I am able to get individual jobs to run like:
puppet apply <path to my puppet .pp file>
However, I would like to spin up the Vagrant box off a base VM, and have a
puppet manifest file in a location where puppet knows to look and provision
based off that file. The obvious place seems to be
2017 Sep 21
19
Call for testing: OpenSSH 7.6
Hi,
OpenSSH 7.6p1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a bugfix release.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is also available via git using the
instructions at