HeSYINUvSBZfxqA-veewee 0.2.0.2 → 0.203.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +53 -26
- data/Rakefile +41 -36
- data/lib/veewee.rb +2 -0
- data/lib/veewee/command.rb +1 -59
- data/lib/veewee/command/basebox.rb +63 -0
- data/lib/veewee/command/basebox_build.rb +32 -0
- data/lib/veewee/command/basebox_define.rb +28 -0
- data/lib/veewee/command/basebox_destroy.rb +22 -0
- data/lib/veewee/command/basebox_export.rb +22 -0
- data/lib/veewee/command/basebox_list.rb +23 -0
- data/lib/veewee/command/basebox_ostypes.rb +23 -0
- data/lib/veewee/command/basebox_templates.rb +23 -0
- data/lib/veewee/command/basebox_undefine.rb +22 -0
- data/lib/veewee/command/basebox_validate.rb +26 -0
- data/lib/veewee/config.rb +1 -2
- data/lib/veewee/export.rb +2 -2
- data/lib/veewee/scancode.rb +1 -1
- data/lib/veewee/session.rb +373 -249
- data/lib/veewee/transaction.rb +2 -11
- data/lib/veewee/version.rb +1 -1
- data/templates/CentOS-4.8-i386/definition.rb +1 -1
- data/templates/CentOS-4.8-i386/postinstall.sh +1 -1
- data/templates/CentOS-5.5-x86_64-netboot/definition.rb +16 -0
- data/templates/CentOS-5.5-x86_64-netboot/ks.cfg +46 -0
- data/templates/CentOS-5.5-x86_64-netboot/postinstall.sh +60 -0
- data/templates/CentOS-5.6-i386-netboot/definition.rb +1 -1
- data/templates/CentOS-5.6-i386-netboot/ks.cfg +2 -2
- data/templates/CentOS-5.6-i386-netboot/postinstall.sh +1 -1
- data/templates/CentOS-5.6-i386/postinstall.sh +1 -1
- data/templates/CentOS-5.6-x86_64-netboot/definition.rb +1 -1
- data/templates/CentOS-5.6-x86_64-netboot/ks.cfg +1 -1
- data/templates/CentOS-5.6-x86_64-netboot/postinstall.sh +3 -2
- data/templates/CentOS-5.7-i386-netboot/definition.rb +16 -0
- data/templates/CentOS-5.7-i386-netboot/ks.cfg +45 -0
- data/templates/CentOS-5.7-i386-netboot/postinstall.sh +53 -0
- data/templates/CentOS-5.7-x86_64-netboot/definition.rb +16 -0
- data/templates/CentOS-5.7-x86_64-netboot/ks.cfg +45 -0
- data/templates/CentOS-5.7-x86_64-netboot/postinstall.sh +60 -0
- data/templates/CentOS-6.0-i386-netboot/ks.cfg +1 -1
- data/templates/CentOS-6.0-i386-netboot/postinstall.sh +1 -1
- data/templates/CentOS-6.0-i386/postinstall.sh +2 -2
- data/templates/CentOS-6.0-x86_64-minimal/definition.rb +17 -0
- data/templates/CentOS-6.0-x86_64-minimal/ks.cfg +37 -0
- data/templates/CentOS-6.0-x86_64-minimal/postinstall.sh +58 -0
- data/templates/CentOS-6.0-x86_64-netboot/ks.cfg +1 -1
- data/templates/CentOS-6.0-x86_64-netboot/postinstall.sh +1 -1
- data/templates/CentOS-6.0-x86_64/postinstall.sh +2 -2
- data/templates/CentOS-6.1-x86_64-minimal/definition.rb +15 -0
- data/templates/CentOS-6.1-x86_64-minimal/ks.cfg +37 -0
- data/templates/CentOS-6.1-x86_64-minimal/postinstall.sh +50 -0
- data/templates/CentOS-6.2-x86_64-minimal/definition.rb +15 -0
- data/templates/CentOS-6.2-x86_64-minimal/ks.cfg +37 -0
- data/templates/CentOS-6.2-x86_64-minimal/postinstall.sh +50 -0
- data/templates/Debian-5.0.8-amd64-netboot/postinstall.sh +1 -1
- data/templates/Debian-5.0.8-i386-netboot/postinstall.sh +1 -1
- data/templates/{Debian-6.0.2-amd64-netboot → Debian-6.0.3-amd64-netboot}/definition.rb +3 -3
- data/templates/Debian-6.0.3-amd64-netboot/postinstall.sh +80 -0
- data/templates/{Debian-6.0.2-amd64-netboot → Debian-6.0.3-amd64-netboot}/preseed.cfg +0 -0
- data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/definition.rb +3 -3
- data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/postinstall.sh +2 -2
- data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/preseed.cfg +0 -0
- data/templates/Fedora-14-amd64-netboot/definition.rb +1 -1
- data/templates/Fedora-14-amd64-netboot/postinstall.sh +1 -1
- data/templates/Fedora-14-amd64/definition.rb +1 -1
- data/templates/Fedora-14-amd64/postinstall.sh +1 -1
- data/templates/Fedora-14-i386-netboot/postinstall.sh +1 -1
- data/templates/Fedora-14-i386/postinstall.sh +1 -1
- data/templates/Fedora-15-x86_64-netboot/definition.rb +29 -0
- data/templates/Fedora-15-x86_64-netboot/ks.cfg +64 -0
- data/templates/Fedora-15-x86_64-netboot/postinstall.sh +33 -0
- data/templates/Fedora-15-x86_64/definition.rb +17 -0
- data/templates/Fedora-15-x86_64/ks.cfg +64 -0
- data/templates/Fedora-15-x86_64/postinstall.sh +33 -0
- data/templates/Fedora-16-i386/definition.rb +17 -0
- data/templates/Fedora-16-i386/ks.cfg +72 -0
- data/templates/Fedora-16-i386/postinstall.sh +35 -0
- data/templates/Fedora-16-x86_64/definition.rb +17 -0
- data/templates/Fedora-16-x86_64/ks.cfg +72 -0
- data/templates/Fedora-16-x86_64/postinstall.sh +35 -0
- data/templates/SLES-11-SP1-DVD-i586-GM/autoinst_de.xml +1127 -0
- data/templates/SLES-11-SP1-DVD-i586-GM/autoinst_en.xml +1127 -0
- data/templates/SLES-11-SP1-DVD-i586-GM/definition.rb +37 -0
- data/templates/SLES-11-SP1-DVD-i586-GM/postinstall.sh +43 -0
- data/templates/SLES-11-SP1-DVD-x86_64-GM/autoinst_de.xml +1171 -0
- data/templates/SLES-11-SP1-DVD-x86_64-GM/autoinst_en.xml +1171 -0
- data/templates/SLES-11-SP1-DVD-x86_64-GM/definition.rb +37 -0
- data/templates/SLES-11-SP1-DVD-x86_64-GM/postinstall.sh +43 -0
- data/templates/archlinux-i386-netboot/aif.cfg +28 -0
- data/templates/archlinux-i386-netboot/definition.rb +26 -0
- data/templates/archlinux-i386-netboot/postinstall.sh +75 -0
- data/templates/archlinux-i386-netboot/postinstall2.sh +30 -0
- data/templates/archlinux-i386/postinstall.sh +12 -1
- data/templates/archlinux-x86_64-netboot/aif.cfg +28 -0
- data/templates/archlinux-x86_64-netboot/definition.rb +26 -0
- data/templates/archlinux-x86_64-netboot/postinstall.sh +75 -0
- data/templates/archlinux-x86_64-netboot/postinstall2.sh +30 -0
- data/templates/archlinux-x86_64/aif.cfg +1 -1
- data/templates/archlinux-x86_64/definition.rb +1 -1
- data/templates/archlinux-x86_64/postinstall.sh +16 -21
- data/templates/archlinux-x86_64/postinstall2.sh +38 -0
- data/templates/freebsd-8.2-pcbsd-i386-netboot/definition.rb +2 -4
- data/templates/freebsd-8.2-pcbsd-i386-netboot/postinstall.sh +1 -1
- data/templates/freebsd-8.2-pcbsd-i386/definition.rb +3 -2
- data/templates/freebsd-8.2-pcbsd-i386/postinstall.sh +1 -1
- data/templates/funtoo-latest-generic_64-stable/definition.rb +34 -0
- data/templates/funtoo-latest-generic_64-stable/postinstall.sh +177 -0
- data/templates/funtoo-latest-generic_64-stable/postinstall2.sh +83 -0
- data/templates/gentoo-latest-i386-experimental/definition.rb +9 -9
- data/templates/gentoo-latest-i386-experimental/postinstall.sh +1 -1
- data/templates/gentoo-latest-x86_64-experimental/definition.rb +34 -0
- data/templates/gentoo-latest-x86_64-experimental/postinstall.sh +214 -0
- data/templates/openSUSE-11.4-DVD-i586/autoinst_de.xml +1284 -0
- data/templates/openSUSE-11.4-DVD-i586/autoinst_en.xml +1284 -0
- data/templates/openSUSE-11.4-DVD-i586/definition.rb +28 -0
- data/templates/openSUSE-11.4-DVD-i586/postinstall.sh +43 -0
- data/templates/openSUSE-11.4-DVD-x86_64/autoinst_de.xml +1459 -0
- data/templates/openSUSE-11.4-DVD-x86_64/autoinst_en.xml +1459 -0
- data/templates/openSUSE-11.4-DVD-x86_64/definition.rb +28 -0
- data/templates/openSUSE-11.4-DVD-x86_64/postinstall.sh +43 -0
- data/templates/openSUSE-11.4-NET-i586/autoinst_de.xml +1278 -0
- data/templates/openSUSE-11.4-NET-i586/autoinst_en.xml +1278 -0
- data/templates/openSUSE-11.4-NET-i586/definition.rb +28 -0
- data/templates/openSUSE-11.4-NET-i586/postinstall.sh +43 -0
- data/templates/openSUSE-11.4-NET-x86_64/autoinst_de.xml +1453 -0
- data/templates/openSUSE-11.4-NET-x86_64/autoinst_en.xml +1453 -0
- data/templates/openSUSE-11.4-NET-x86_64/definition.rb +28 -0
- data/templates/openSUSE-11.4-NET-x86_64/postinstall.sh +43 -0
- data/templates/openSUSE-12.1-DVD+NET-i586/autoinst_de.xml +1483 -0
- data/templates/openSUSE-12.1-DVD+NET-i586/autoinst_en.xml +1483 -0
- data/templates/openSUSE-12.1-DVD+NET-i586/definition.rb +44 -0
- data/templates/openSUSE-12.1-DVD+NET-i586/postinstall.sh +43 -0
- data/templates/openSUSE-12.1-DVD+NET-x86_64/autoinst_de.xml +1727 -0
- data/templates/openSUSE-12.1-DVD+NET-x86_64/autoinst_en.xml +1727 -0
- data/templates/openSUSE-12.1-DVD+NET-x86_64/definition.rb +44 -0
- data/templates/openSUSE-12.1-DVD+NET-x86_64/postinstall.sh +43 -0
- data/templates/openbsd50_amd64/README +28 -0
- data/templates/openbsd50_amd64/definition.rb +84 -0
- data/templates/openbsd50_amd64/postinstall.sh +81 -0
- data/templates/openbsd50_i386/.definition.rb.swp +0 -0
- data/templates/openbsd50_i386/README +28 -0
- data/templates/openbsd50_i386/definition.rb +84 -0
- data/templates/openbsd50_i386/postinstall.sh +80 -0
- data/templates/openindiana-148-ai-x86/definition.rb +1 -1
- data/templates/openindiana-148-ai-x86/postinstall.sh +1 -1
- data/templates/opensuse-11.4-i386-experimental/postinstall.sh +1 -1
- data/templates/scientificlinux-6.1-i386-netboot/definition.rb +16 -0
- data/templates/scientificlinux-6.1-i386-netboot/ks.cfg +53 -0
- data/templates/scientificlinux-6.1-i386-netboot/postinstall.sh +30 -0
- data/templates/scientificlinux-6.1-x86_64-netboot/definition.rb +16 -0
- data/templates/scientificlinux-6.1-x86_64-netboot/ks.cfg +53 -0
- data/templates/scientificlinux-6.1-x86_64-netboot/postinstall.sh +30 -0
- data/templates/solaris-11-express-i386/definition.rb +1 -1
- data/templates/solaris-11-express-i386/postinstall.sh +1 -1
- data/templates/ubuntu-10.04.2-amd64-netboot/postinstall.sh +1 -1
- data/templates/ubuntu-10.04.2-server-i386-netboot/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/definition.rb +6 -6
- data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/preseed.cfg +0 -0
- data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/definition.rb +3 -6
- data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/preseed.cfg +0 -0
- data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/definition.rb +4 -4
- data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/preseed.cfg +0 -0
- data/templates/ubuntu-10.10-server-amd64-netboot/postinstall.sh +1 -1
- data/templates/ubuntu-10.10-server-amd64/postinstall.sh +1 -1
- data/templates/ubuntu-10.10-server-i386-netboot/postinstall.sh +1 -1
- data/templates/ubuntu-10.10-server-i386/postinstall.sh +1 -1
- data/templates/ubuntu-11.04-server-amd64/postinstall.sh +7 -1
- data/templates/ubuntu-11.04-server-i386/definition.rb +1 -1
- data/templates/ubuntu-11.04-server-i386/postinstall.sh +1 -1
- data/templates/ubuntu-11.10-server-amd64-ishaya/definition.rb +24 -0
- data/templates/{Debian-6.0.2-amd64-netboot → ubuntu-11.10-server-amd64-ishaya}/postinstall.sh +42 -23
- data/templates/ubuntu-11.10-server-amd64-ishaya/preseed.cfg +87 -0
- data/templates/ubuntu-11.10-server-amd64-ruby192/definition.rb +24 -0
- data/templates/ubuntu-11.10-server-amd64-ruby192/postinstall.sh +90 -0
- data/templates/ubuntu-11.10-server-amd64-ruby192/preseed.cfg +87 -0
- data/templates/ubuntu-11.10-server-amd64/definition.rb +35 -0
- data/templates/ubuntu-11.10-server-amd64/postinstall.sh +88 -0
- data/templates/ubuntu-11.10-server-amd64/preseed.cfg +87 -0
- data/templates/ubuntu-11.10-server-i386/definition.rb +35 -0
- data/templates/ubuntu-11.10-server-i386/postinstall.sh +88 -0
- data/templates/ubuntu-11.10-server-i386/preseed.cfg +87 -0
- data/templates/ubuntu-8.04.4-server-amd64/definition.rb +1 -0
- data/templates/ubuntu-8.04.4-server-amd64/postinstall.sh +8 -7
- data/templates/ubuntu-8.04.4-server-amd64/preseed.cfg +0 -1
- data/templates/ubuntu-8.04.4-server-i386/definition.rb +1 -1
- data/templates/ubuntu-8.04.4-server-i386/postinstall.sh +25 -3
- data/templates/windows-2008R1-serverstandard-amd64/Autounattend.xml +146 -0
- data/templates/windows-2008R1-serverstandard-amd64/README.md +134 -0
- data/templates/windows-2008R1-serverstandard-amd64/cygwin-setup.exe +0 -0
- data/templates/windows-2008R1-serverstandard-amd64/definition.rb +114 -0
- data/templates/windows-2008R1-serverstandard-amd64/install-cygwin-sshd.bat +40 -0
- data/templates/windows-2008R1-serverstandard-amd64/install-guest-additions.bat +5 -0
- data/templates/windows-2008R1-serverstandard-amd64/install-winrm.bat +14 -0
- data/templates/windows-2008R1-serverstandard-amd64/oracle-cert.cer +0 -0
- data/templates/windows-2008R1-serverstandard-amd64/postinstall.sh +74 -0
- data/templates/windows-2008R1-serverstandard-amd64/sudo +2 -0
- data/templates/windows-2008R1-serverstandard-amd64/winrm.rb +8 -0
- data/templates/windows-2008R2-amd64/cygwin-setup.exe +0 -0
- data/templates/windows-2008R2-amd64/install-winrm.bat +2 -0
- data/templates/windows-2008R2-amd64/postinstall.sh +1 -1
- data/templates/windows-2008R2-serverstandard-amd64/Autounattend.xml +147 -0
- data/templates/windows-2008R2-serverstandard-amd64/README.md +142 -0
- data/templates/windows-2008R2-serverstandard-amd64/definition.rb +44 -0
- data/templates/windows-2008R2-serverstandard-amd64/install-cygwin-sshd.bat +41 -0
- data/templates/windows-2008R2-serverstandard-amd64/install-winrm.bat +11 -0
- data/templates/windows-2008R2-serverstandard-amd64/oracle-cert.cer +0 -0
- data/templates/windows-2008R2-serverstandard-amd64/postinstall.sh +74 -0
- data/templates/windows-7-enterprise-amd64/Autounattend.xml +149 -0
- data/templates/windows-7-enterprise-amd64/README.md +52 -0
- data/templates/windows-7-enterprise-amd64/definition.rb +39 -0
- data/templates/windows-7-enterprise-amd64/install-cygwin-sshd.bat +40 -0
- data/templates/windows-7-enterprise-amd64/install-winrm.bat +14 -0
- data/templates/windows-7-enterprise-amd64/oracle-cert.cer +0 -0
- data/templates/windows-7-enterprise-amd64/postinstall.sh +74 -0
- data/templates/windows-7-enterprise-i386/Autounattend.xml +151 -0
- data/templates/windows-7-enterprise-i386/README.md +169 -0
- data/templates/windows-7-enterprise-i386/definition.rb +40 -0
- data/templates/windows-7-enterprise-i386/install-cygwin-sshd.bat +40 -0
- data/templates/windows-7-enterprise-i386/install-winrm.bat +14 -0
- data/templates/windows-7-enterprise-i386/oracle-cert.cer +0 -0
- data/templates/windows-7-enterprise-i386/postinstall.sh +74 -0
- data/templates/windows-7-premium-amd64/Autounattend.xml +152 -0
- data/templates/windows-7-premium-amd64/README.md +171 -0
- data/templates/windows-7-premium-amd64/definition.rb +38 -0
- data/templates/windows-7-premium-amd64/install-chefclient.bat +44 -0
- data/templates/windows-7-premium-amd64/install-winrm.bat +11 -0
- data/templates/windows-7-premium-amd64/oracle-cert.cer +0 -0
- data/templates/windows-7-premium-amd64/postinstall.sh +124 -0
- data/templates/windows-7-premium-amd64/winrm.rb +8 -0
- data/templates/windows-7-professional-amd64/Autounattend.xml +152 -0
- data/templates/windows-7-professional-amd64/README.md +171 -0
- data/templates/windows-7-professional-amd64/definition.rb +41 -0
- data/templates/windows-7-professional-amd64/install-cygwin-sshd.bat +40 -0
- data/templates/windows-7-professional-amd64/install-winrm.bat +14 -0
- data/templates/windows-7-professional-amd64/oracle-cert.cer +0 -0
- data/templates/windows-7-professional-amd64/postinstall.sh +74 -0
- data/templates/windows-7-ultimate-amd64/Autounattend.xml +152 -0
- data/templates/windows-7-ultimate-amd64/README.md +89 -0
- data/templates/windows-7-ultimate-amd64/definition.rb +41 -0
- data/templates/windows-7-ultimate-amd64/install-cygwin-sshd.bat +40 -0
- data/templates/windows-7-ultimate-amd64/install-winrm.bat +14 -0
- data/templates/windows-7-ultimate-amd64/oracle-cert.cer +0 -0
- data/templates/windows-7-ultimate-amd64/postinstall.sh +74 -0
- data/templates/windows-7sp1-ultimate-amd64/Autounattend.xml +152 -0
- data/templates/windows-7sp1-ultimate-amd64/README.md +89 -0
- data/templates/windows-7sp1-ultimate-amd64/definition.rb +42 -0
- data/templates/windows-7sp1-ultimate-amd64/install-cygwin-sshd.bat +40 -0
- data/templates/windows-7sp1-ultimate-amd64/install-winrm.bat +14 -0
- data/templates/windows-7sp1-ultimate-amd64/oracle-cert.cer +0 -0
- data/templates/windows-7sp1-ultimate-amd64/postinstall.sh +74 -0
- data/templates/windows-8-preview-dev-amd64/Autounattend.xml +140 -0
- data/templates/windows-8-preview-dev-amd64/README.md +134 -0
- data/templates/windows-8-preview-dev-amd64/cygwin-setup.exe +0 -0
- data/templates/windows-8-preview-dev-amd64/definition.rb +114 -0
- data/templates/windows-8-preview-dev-amd64/install-cygwin-sshd.bat +38 -0
- data/templates/windows-8-preview-dev-amd64/install-winrm.bat +11 -0
- data/templates/windows-8-preview-dev-amd64/oracle-cert.cer +0 -0
- data/templates/windows-8-preview-dev-amd64/postinstall.sh +122 -0
- data/templates/windows-8-preview-dev-amd64/winrm.rb +8 -0
- data/validation/features/steps/ssh_steps.rb +1 -1
- data/validation/vagrant.feature +35 -35
- data/veewee.gemspec +9 -8
- metadata +247 -82
- data/.gitignore +0 -15
- data/Gemfile +0 -3
- data/Gemfile.lock +0 -69
- data/HeSYINUvSBZfxqA-veewee.gemspec +0 -33
- data/vendor/cache/Platform-0.4.0.gem +0 -0
- data/vendor/cache/archive-tar-minitar-0.5.2.gem +0 -0
- data/vendor/cache/builder-3.0.0.gem +0 -0
- data/vendor/cache/cucumber-1.0.2.gem +0 -0
- data/vendor/cache/diff-lcs-1.1.2.gem +0 -0
- data/vendor/cache/erubis-2.7.0.gem +0 -0
- data/vendor/cache/ffi-1.0.9.gem +0 -0
- data/vendor/cache/gherkin-2.4.6.gem +0 -0
- data/vendor/cache/highline-1.6.2.gem +0 -0
- data/vendor/cache/i18n-0.5.0.gem +0 -0
- data/vendor/cache/json-1.5.3.gem +0 -0
- data/vendor/cache/net-scp-1.0.4.gem +0 -0
- data/vendor/cache/net-ssh-2.1.4.gem +0 -0
- data/vendor/cache/open4-1.1.0.gem +0 -0
- data/vendor/cache/popen4-0.1.2.gem +0 -0
- data/vendor/cache/progressbar-0.9.1.gem +0 -0
- data/vendor/cache/rspec-2.5.0.gem +0 -0
- data/vendor/cache/rspec-core-2.5.2.gem +0 -0
- data/vendor/cache/rspec-expectations-2.5.0.gem +0 -0
- data/vendor/cache/rspec-mocks-2.5.0.gem +0 -0
- data/vendor/cache/term-ansicolor-1.0.6.gem +0 -0
- data/vendor/cache/thor-0.14.6.gem +0 -0
- data/vendor/cache/vagrant-0.8.2.gem +0 -0
- data/vendor/cache/virtualbox-0.9.1.gem +0 -0
@@ -30,7 +30,7 @@ ln -sfv /usr/bin/gem1.8 /usr/bin/gem
|
|
30
30
|
mkdir /home/vagrant/.ssh
|
31
31
|
chmod 700 /home/vagrant/.ssh
|
32
32
|
cd /home/vagrant/.ssh
|
33
|
-
wget --no-check-certificate '
|
33
|
+
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
|
34
34
|
chmod 600 /home/vagrant/.ssh/authorized_keys
|
35
35
|
chown -R vagrant /home/vagrant/.ssh
|
36
36
|
|
@@ -30,7 +30,7 @@ ln -sfv /usr/bin/gem1.8 /usr/bin/gem
|
|
30
30
|
mkdir /home/vagrant/.ssh
|
31
31
|
chmod 700 /home/vagrant/.ssh
|
32
32
|
cd /home/vagrant/.ssh
|
33
|
-
wget --no-check-certificate '
|
33
|
+
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
|
34
34
|
chmod 600 /home/vagrant/.ssh/authorized_keys
|
35
35
|
chown -R vagrant /home/vagrant/.ssh
|
36
36
|
|
@@ -3,9 +3,9 @@ Veewee::Session.declare({
|
|
3
3
|
:memory_size=> '256',
|
4
4
|
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off',
|
5
5
|
:os_type_id => 'Debian_64',
|
6
|
-
:iso_file => "debian-6.0.
|
7
|
-
:iso_src => "http://cdimage.debian.org/debian-cd/6.0.
|
8
|
-
:iso_md5 => "
|
6
|
+
:iso_file => "debian-6.0.3-amd64-netinst.iso",
|
7
|
+
:iso_src => "http://cdimage.debian.org/debian-cd/6.0.3/amd64/iso-cd/debian-6.0.3-amd64-netinst.iso",
|
8
|
+
:iso_md5 => "b663727d7f5b572c329cea8e2ff5e29c",
|
9
9
|
:iso_download_timeout => "1000",
|
10
10
|
:boot_wait => "10", :boot_cmd_sequence => [
|
11
11
|
'<Esc>',
|
@@ -0,0 +1,80 @@
|
|
1
|
+
date > /etc/vagrant_box_build_time
|
2
|
+
|
3
|
+
# Update the box
|
4
|
+
apt-get -y update
|
5
|
+
apt-get -y install linux-headers-$(uname -r) build-essential
|
6
|
+
apt-get -y install zlib1g-dev libssl-dev libreadline5-dev
|
7
|
+
apt-get -y install curl unzip
|
8
|
+
apt-get clean
|
9
|
+
|
10
|
+
# Set up sudo
|
11
|
+
cp /etc/sudoers /etc/sudoers.orig
|
12
|
+
sed -i -e 's/%sudo ALL=(ALL) ALL/%sudo ALL=NOPASSWD:ALL/g' /etc/sudoers
|
13
|
+
|
14
|
+
# Install Ruby from packages
|
15
|
+
apt-get -y install ruby ruby-dev libruby1.8 ri
|
16
|
+
|
17
|
+
# Install Rubygems from source
|
18
|
+
rg_ver=1.6.2
|
19
|
+
curl -o /tmp/rubygems-${rg_ver}.zip \
|
20
|
+
"http://production.cf.rubygems.org/rubygems/rubygems-${rg_ver}.zip"
|
21
|
+
(cd /tmp && unzip rubygems-${rg_ver}.zip && \
|
22
|
+
cd rubygems-${rg_ver} && ruby setup.rb --no-format-executable)
|
23
|
+
rm -rf /tmp/rubygems-${rg_ver} /tmp/rubygems-${rg_ver}.zip
|
24
|
+
|
25
|
+
# Install Chef & Puppet
|
26
|
+
gem install chef --no-ri --no-rdoc
|
27
|
+
gem install puppet --no-ri --no-rdoc
|
28
|
+
|
29
|
+
# Install vagrant keys
|
30
|
+
mkdir -p /home/vagrant/.ssh
|
31
|
+
chmod 700 /home/vagrant/.ssh
|
32
|
+
cd /home/vagrant/.ssh
|
33
|
+
curl -Lo /home/vagrant/.ssh/authorized_keys \
|
34
|
+
'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub'
|
35
|
+
chmod 0600 /home/vagrant/.ssh/authorized_keys
|
36
|
+
chown -R vagrant:vagrant /home/vagrant/.ssh
|
37
|
+
|
38
|
+
# Tweak sshd to prevent DNS resolution (speed up logins)
|
39
|
+
echo 'UseDNS no' >> /etc/ssh/sshd_config
|
40
|
+
|
41
|
+
# Customize the message of the day
|
42
|
+
echo 'Welcome to your Vagrant-built virtual machine.' > /var/run/motd
|
43
|
+
|
44
|
+
# The netboot installs the VirtualBox support (old) so we have to remove it
|
45
|
+
/etc/init.d/virtualbox-ose-guest-utils stop
|
46
|
+
rmmod vboxguest
|
47
|
+
aptitude -y purge virtualbox-ose-guest-x11 virtualbox-ose-guest-dkms virtualbox-ose-guest-utils
|
48
|
+
|
49
|
+
# Install the VirtualBox guest additions
|
50
|
+
VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
|
51
|
+
curl -Lo /tmp/VBoxGuestAdditions_$VBOX_VERSION.iso \
|
52
|
+
"http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso"
|
53
|
+
mount -o loop /tmp/VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
|
54
|
+
yes|sh /mnt/VBoxLinuxAdditions.run
|
55
|
+
umount /mnt
|
56
|
+
|
57
|
+
# Clean up
|
58
|
+
apt-get -y remove linux-headers-$(uname -r) build-essential
|
59
|
+
apt-get -y autoremove
|
60
|
+
|
61
|
+
rm /tmp/VBoxGuestAdditions_$VBOX_VERSION.iso
|
62
|
+
|
63
|
+
# Zero out the free space to save space in the final image:
|
64
|
+
dd if=/dev/zero of=/EMPTY bs=1M
|
65
|
+
rm -f /EMPTY
|
66
|
+
|
67
|
+
# Removing leftover leases and persistent rules
|
68
|
+
echo "cleaning up dhcp leases"
|
69
|
+
rm /var/lib/dhcp3/*
|
70
|
+
|
71
|
+
# Make sure Udev doesn't block our network
|
72
|
+
echo "cleaning up udev rules"
|
73
|
+
rm /etc/udev/rules.d/70-persistent-net.rules
|
74
|
+
mkdir /etc/udev/rules.d/70-persistent-net.rules
|
75
|
+
rm -rf /dev/.udev/
|
76
|
+
rm /lib/udev/rules.d/75-persistent-net-generator.rules
|
77
|
+
|
78
|
+
echo "Adding a 2 sec delay to the interface up, to make the dhclient happy"
|
79
|
+
echo "pre-up sleep 2" >> /etc/network/interfaces
|
80
|
+
exit
|
File without changes
|
@@ -5,9 +5,9 @@ Veewee::Session.declare({
|
|
5
5
|
:memory_size=> '256',
|
6
6
|
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off',
|
7
7
|
:os_type_id => 'Debian',
|
8
|
-
:iso_file => "debian-6.0.
|
9
|
-
:iso_src => "http://cdimage.debian.org/debian-cd/6.0.
|
10
|
-
:iso_md5 => "
|
8
|
+
:iso_file => "debian-6.0.3-i386-netinst.iso",
|
9
|
+
:iso_src => "http://cdimage.debian.org/debian-cd/6.0.3/i386/iso-cd/debian-6.0.3-i386-netinst.iso",
|
10
|
+
:iso_md5 => "bf10748a0b867912727b248d2e21e8ba",
|
11
11
|
:iso_download_timeout => "1000",
|
12
12
|
:boot_wait => "10", :boot_cmd_sequence => [
|
13
13
|
'<Esc>',
|
@@ -32,8 +32,8 @@ gem install puppet --no-ri --no-rdoc
|
|
32
32
|
mkdir -p /home/vagrant/.ssh
|
33
33
|
chmod 700 /home/vagrant/.ssh
|
34
34
|
cd /home/vagrant/.ssh
|
35
|
-
curl -
|
36
|
-
'
|
35
|
+
curl -Lo /home/vagrant/.ssh/authorized_keys \
|
36
|
+
'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub'
|
37
37
|
chmod 0600 /home/vagrant/.ssh/authorized_keys
|
38
38
|
chown -R vagrant:vagrant /home/vagrant/.ssh
|
39
39
|
|
File without changes
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Veewee::Session.declare({
|
2
2
|
:cpu_count => '1', :memory_size=> '384',
|
3
3
|
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off', :hwvirtext => 'on',
|
4
|
-
:os_type_id => '
|
4
|
+
:os_type_id => 'Fedora_64',
|
5
5
|
:iso_file => "Fedora-14-x86_64-netinst.iso",
|
6
6
|
:iso_src => "http://mirror.uoregon.edu/fedora/linux/releases/14/Fedora/x86_64/iso/Fedora-14-x86_64-netinst.iso",
|
7
7
|
:iso_md5 => "acd25fc1470f2497cf2a2a245adbfe1e",
|
@@ -33,7 +33,7 @@ rm ruby-enterprise-1.8.7-2010.02.tar.gz
|
|
33
33
|
mkdir /home/vagrant/.ssh
|
34
34
|
chmod 700 /home/vagrant/.ssh
|
35
35
|
cd /home/vagrant/.ssh
|
36
|
-
wget --no-check-certificate '
|
36
|
+
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
|
37
37
|
chown -R vagrant /home/vagrant/.ssh
|
38
38
|
|
39
39
|
#Installing the virtualbox guest additions
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Veewee::Session.declare({
|
2
2
|
:cpu_count => '1', :memory_size=> '384',
|
3
3
|
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off', :hwvirtext => 'on',
|
4
|
-
:os_type_id => '
|
4
|
+
:os_type_id => 'Fedora_64',
|
5
5
|
:iso_file => "Fedora-14-x86_64-DVD.iso",
|
6
6
|
:iso_src => "http://mirror.uoregon.edu/fedora/linux/releases/14/Fedora/x86_64/iso/Fedora-14-x86_64-DVD.iso",
|
7
7
|
:iso_md5 => "381d7336c6d1685cbb4eae49cdef2247",
|
@@ -33,7 +33,7 @@ rm ruby-enterprise-1.8.7-2010.02.tar.gz
|
|
33
33
|
mkdir /home/vagrant/.ssh
|
34
34
|
chmod 700 /home/vagrant/.ssh
|
35
35
|
cd /home/vagrant/.ssh
|
36
|
-
wget --no-check-certificate '
|
36
|
+
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
|
37
37
|
chown -R vagrant /home/vagrant/.ssh
|
38
38
|
|
39
39
|
#Installing the virtualbox guest additions
|
@@ -33,7 +33,7 @@ rm ruby-enterprise-1.8.7-2010.02.tar.gz
|
|
33
33
|
mkdir /home/vagrant/.ssh
|
34
34
|
chmod 700 /home/vagrant/.ssh
|
35
35
|
cd /home/vagrant/.ssh
|
36
|
-
wget --no-check-certificate '
|
36
|
+
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
|
37
37
|
chown -R vagrant /home/vagrant/.ssh
|
38
38
|
|
39
39
|
#Installing the virtualbox guest additions
|
@@ -33,7 +33,7 @@ rm ruby-enterprise-1.8.7-2010.02.tar.gz
|
|
33
33
|
mkdir /home/vagrant/.ssh
|
34
34
|
chmod 700 /home/vagrant/.ssh
|
35
35
|
cd /home/vagrant/.ssh
|
36
|
-
wget --no-check-certificate '
|
36
|
+
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
|
37
37
|
chown -R vagrant /home/vagrant/.ssh
|
38
38
|
|
39
39
|
#Installing the virtualbox guest additions
|
@@ -0,0 +1,29 @@
|
|
1
|
+
Veewee::Session.declare({
|
2
|
+
# Minimum RAM requirement for installation is 640MB.
|
3
|
+
:cpu_count => '1',
|
4
|
+
:memory_size=> '640',
|
5
|
+
:disk_size => '10140',
|
6
|
+
:disk_format => 'VDI',
|
7
|
+
:hostiocache => 'off',
|
8
|
+
:hwvirtext => 'on',
|
9
|
+
:os_type_id => 'Fedora_64',
|
10
|
+
:iso_file => "Fedora-15-x86_64-netinst.iso",
|
11
|
+
:iso_src => "http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/15/Fedora/x86_64/iso/Fedora-15-x86_64-netinst.iso",
|
12
|
+
:iso_md5 => "b2398cc55aa5b802865246f2f702899f",
|
13
|
+
:iso_download_timeout => 1000,
|
14
|
+
:boot_wait => "10",
|
15
|
+
:boot_cmd_sequence => [ '<Tab> linux text ks=http://%IP%:%PORT%/ks.cfg<Enter><Enter>' ],
|
16
|
+
:kickstart_port => "7122",
|
17
|
+
:kickstart_timeout => 10000,
|
18
|
+
:kickstart_file => "ks.cfg",
|
19
|
+
:ssh_login_timeout => "100",
|
20
|
+
:ssh_user => "vagrant",
|
21
|
+
:ssh_password => "vagrant",
|
22
|
+
:ssh_key => "",
|
23
|
+
:ssh_host_port => "7222",
|
24
|
+
:ssh_guest_port => "22",
|
25
|
+
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
|
26
|
+
:shutdown_cmd => "/sbin/halt -h -p",
|
27
|
+
:postinstall_files => [ "postinstall.sh"],
|
28
|
+
:postinstall_timeout => 10000
|
29
|
+
})
|
@@ -0,0 +1,64 @@
|
|
1
|
+
# Kickstart file automatically generated by anaconda.
|
2
|
+
|
3
|
+
install
|
4
|
+
cdrom
|
5
|
+
lang en_US.UTF-8
|
6
|
+
keyboard us
|
7
|
+
network --onboot yes --device p2p1 --bootproto dhcp --noipv6
|
8
|
+
timezone --utc America/Los_Angeles
|
9
|
+
rootpw --iscrypted $6$n/NGsk5H2aiBMXL4$r/oPkJtB5rasvQHPo9AvIJBe6sNVlQbpZxvTRMN7.qZk/Sn9u2qZ0XgNxflUvK20y7OIWdr/vv7MED6gzkBiH0
|
10
|
+
selinux --enforcing
|
11
|
+
authconfig --enableshadow --passalgo=sha512
|
12
|
+
firewall --service=ssh
|
13
|
+
# The following is the partition information you requested
|
14
|
+
# Note that any partitions you deleted are not expressed
|
15
|
+
# here so unless you clear all partitions first, this is
|
16
|
+
# not guaranteed to work
|
17
|
+
clearpart --all --drives=sda --initlabel
|
18
|
+
|
19
|
+
part /boot --fstype=ext4 --size=500
|
20
|
+
part pv.2 --grow --size=500
|
21
|
+
|
22
|
+
volgroup vg_vagrant --pesize=32768 pv.2
|
23
|
+
logvol / --fstype=ext4 --name=lv_root --vgname=vg_vagrant --size=1024 --grow
|
24
|
+
logvol swap --fstype=swap --name=lv_swap --vgname=vg_vagrant --size=528 --grow --maxsize=1056
|
25
|
+
bootloader --location=mbr --driveorder=sda --append="norhgb"
|
26
|
+
# Disable remote repositories, as this is a non-netinst install.
|
27
|
+
#repo --name="Fedora 15 - x86_64" --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-15&arch=x86_64 --cost=1000
|
28
|
+
#repo --name="Fedora 15 - x86_64 - Updates" --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f15&arch=x86_64 --cost=1000
|
29
|
+
services --enabled network
|
30
|
+
reboot
|
31
|
+
|
32
|
+
%packages
|
33
|
+
@core
|
34
|
+
@online-docs
|
35
|
+
|
36
|
+
# Requirements for vagrant
|
37
|
+
kernel-devel
|
38
|
+
kernel-headers
|
39
|
+
make
|
40
|
+
gcc
|
41
|
+
%end
|
42
|
+
|
43
|
+
%post
|
44
|
+
# Make ssh quicker in disconnected situations.
|
45
|
+
echo 'UseDNS no' >> /etc/ssh/sshd_config
|
46
|
+
|
47
|
+
# Add Vagrant user and group.
|
48
|
+
/usr/sbin/groupadd vagrant
|
49
|
+
/usr/sbin/useradd vagrant -g vagrant
|
50
|
+
echo "vagrant"|passwd --stdin vagrant
|
51
|
+
|
52
|
+
# Give Vagrant user permission to sudo.
|
53
|
+
echo 'Defaults:vagrant !requiretty' > /etc/sudoers.d/vagrant
|
54
|
+
echo '%vagrant ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers.d/vagrant
|
55
|
+
chmod 440 /etc/sudoers.d/vagrant
|
56
|
+
|
57
|
+
# Install vagrant authorized ssh key.
|
58
|
+
mkdir /home/vagrant/.ssh
|
59
|
+
curl -L 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' > /home/vagrant/.ssh/authorized_keys
|
60
|
+
chown vagrant:vagrant -R /home/vagrant/.ssh
|
61
|
+
chmod 700 /home/vagrant/.ssh
|
62
|
+
chmod 600 /home/vagrant/.ssh/authorized_keys
|
63
|
+
chcon -R unconfined_u:object_r:user_home_t:s0 /home/vagrant/.ssh
|
64
|
+
%end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
#!/bin/sh
|
2
|
+
|
3
|
+
date > /etc/vagrant_box_build_time
|
4
|
+
|
5
|
+
VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
|
6
|
+
|
7
|
+
yum -y install \
|
8
|
+
ruby \
|
9
|
+
ruby-devel \
|
10
|
+
puppet \
|
11
|
+
rubygems \
|
12
|
+
rubygem-erubis \
|
13
|
+
rubygem-highline \
|
14
|
+
rubygem-json \
|
15
|
+
rubygem-mime-types \
|
16
|
+
rubygem-net-ssh \
|
17
|
+
rubygem-polyglot \
|
18
|
+
rubygem-rest-client \
|
19
|
+
rubygem-treetop \
|
20
|
+
rubygem-uuidtools
|
21
|
+
|
22
|
+
cd /tmp
|
23
|
+
wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
|
24
|
+
mount -o loop,ro VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
|
25
|
+
sh /mnt/VBoxLinuxAdditions.run
|
26
|
+
umount /mnt
|
27
|
+
rm VBoxGuestAdditions_$VBOX_VERSION.iso
|
28
|
+
|
29
|
+
gem install chef --no-rdoc --no-ri
|
30
|
+
|
31
|
+
exit
|
32
|
+
|
33
|
+
# EOF
|
@@ -0,0 +1,17 @@
|
|
1
|
+
Veewee::Session.declare({
|
2
|
+
# Minimum RAM requirement for installation is 640MB.
|
3
|
+
:cpu_count => '1', :memory_size=> '640',
|
4
|
+
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off', :hwvirtext => 'on',
|
5
|
+
:os_type_id => 'Fedora_64',
|
6
|
+
:iso_file => "Fedora-15-x86_64-DVD.iso",
|
7
|
+
:iso_src => "http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/iso/Fedora-15-x86_64-DVD.iso",
|
8
|
+
:iso_md5 => "c122a2a4f478da4a3d2d12396e84244e",
|
9
|
+
:iso_download_timeout => 1000,
|
10
|
+
:boot_wait => "10", :boot_cmd_sequence => [ '<Tab> linux text ks=http://%IP%:%PORT%/ks.cfg<Enter><Enter>' ],
|
11
|
+
:kickstart_port => "7122", :kickstart_timeout => 10000, :kickstart_file => "ks.cfg",
|
12
|
+
:ssh_login_timeout => "100", :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "",
|
13
|
+
:ssh_host_port => "7222", :ssh_guest_port => "22",
|
14
|
+
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
|
15
|
+
:shutdown_cmd => "/sbin/halt -h -p",
|
16
|
+
:postinstall_files => [ "postinstall.sh"], :postinstall_timeout => 10000
|
17
|
+
})
|
@@ -0,0 +1,64 @@
|
|
1
|
+
# Kickstart file automatically generated by anaconda.
|
2
|
+
|
3
|
+
install
|
4
|
+
cdrom
|
5
|
+
lang en_US.UTF-8
|
6
|
+
keyboard us
|
7
|
+
network --onboot yes --device p2p1 --bootproto dhcp --noipv6
|
8
|
+
timezone --utc America/Los_Angeles
|
9
|
+
rootpw --iscrypted $6$n/NGsk5H2aiBMXL4$r/oPkJtB5rasvQHPo9AvIJBe6sNVlQbpZxvTRMN7.qZk/Sn9u2qZ0XgNxflUvK20y7OIWdr/vv7MED6gzkBiH0
|
10
|
+
selinux --enforcing
|
11
|
+
authconfig --enableshadow --passalgo=sha512
|
12
|
+
firewall --service=ssh
|
13
|
+
# The following is the partition information you requested
|
14
|
+
# Note that any partitions you deleted are not expressed
|
15
|
+
# here so unless you clear all partitions first, this is
|
16
|
+
# not guaranteed to work
|
17
|
+
clearpart --all --drives=sda --initlabel
|
18
|
+
|
19
|
+
part /boot --fstype=ext4 --size=500
|
20
|
+
part pv.2 --grow --size=500
|
21
|
+
|
22
|
+
volgroup vg_vagrant --pesize=32768 pv.2
|
23
|
+
logvol / --fstype=ext4 --name=lv_root --vgname=vg_vagrant --size=1024 --grow
|
24
|
+
logvol swap --fstype=swap --name=lv_swap --vgname=vg_vagrant --size=528 --grow --maxsize=1056
|
25
|
+
bootloader --location=mbr --driveorder=sda --append="norhgb"
|
26
|
+
# Disable remote repositories, as this is a non-netinst install.
|
27
|
+
#repo --name="Fedora 15 - x86_64" --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-15&arch=x86_64 --cost=1000
|
28
|
+
#repo --name="Fedora 15 - x86_64 - Updates" --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f15&arch=x86_64 --cost=1000
|
29
|
+
services --enabled network
|
30
|
+
reboot
|
31
|
+
|
32
|
+
%packages
|
33
|
+
@core
|
34
|
+
@online-docs
|
35
|
+
|
36
|
+
# Requirements for vagrant
|
37
|
+
kernel-devel
|
38
|
+
kernel-headers
|
39
|
+
make
|
40
|
+
gcc
|
41
|
+
%end
|
42
|
+
|
43
|
+
%post
|
44
|
+
# Make ssh quicker in disconnected situations.
|
45
|
+
echo 'UseDNS no' >> /etc/ssh/sshd_config
|
46
|
+
|
47
|
+
# Add Vagrant user and group.
|
48
|
+
/usr/sbin/groupadd vagrant
|
49
|
+
/usr/sbin/useradd vagrant -g vagrant
|
50
|
+
echo "vagrant"|passwd --stdin vagrant
|
51
|
+
|
52
|
+
# Give Vagrant user permission to sudo.
|
53
|
+
echo 'Defaults:vagrant !requiretty' > /etc/sudoers.d/vagrant
|
54
|
+
echo '%vagrant ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers.d/vagrant
|
55
|
+
chmod 440 /etc/sudoers.d/vagrant
|
56
|
+
|
57
|
+
# Install vagrant authorized ssh key.
|
58
|
+
mkdir /home/vagrant/.ssh
|
59
|
+
curl -L 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' > /home/vagrant/.ssh/authorized_keys
|
60
|
+
chown vagrant:vagrant -R /home/vagrant/.ssh
|
61
|
+
chmod 700 /home/vagrant/.ssh
|
62
|
+
chmod 600 /home/vagrant/.ssh/authorized_keys
|
63
|
+
chcon -R unconfined_u:object_r:user_home_t:s0 /home/vagrant/.ssh
|
64
|
+
%end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
#!/bin/sh
|
2
|
+
|
3
|
+
date > /etc/vagrant_box_build_time
|
4
|
+
|
5
|
+
VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
|
6
|
+
|
7
|
+
yum -y install \
|
8
|
+
ruby \
|
9
|
+
ruby-devel \
|
10
|
+
puppet \
|
11
|
+
rubygems \
|
12
|
+
rubygem-erubis \
|
13
|
+
rubygem-highline \
|
14
|
+
rubygem-json \
|
15
|
+
rubygem-mime-types \
|
16
|
+
rubygem-net-ssh \
|
17
|
+
rubygem-polyglot \
|
18
|
+
rubygem-rest-client \
|
19
|
+
rubygem-treetop \
|
20
|
+
rubygem-uuidtools
|
21
|
+
|
22
|
+
cd /tmp
|
23
|
+
wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
|
24
|
+
mount -o loop,ro VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
|
25
|
+
sh /mnt/VBoxLinuxAdditions.run
|
26
|
+
umount /mnt
|
27
|
+
rm VBoxGuestAdditions_$VBOX_VERSION.iso
|
28
|
+
|
29
|
+
gem install chef --no-rdoc --no-ri
|
30
|
+
|
31
|
+
exit
|
32
|
+
|
33
|
+
# EOF
|