This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Vagrant.configure(2) do |config| | |
| # Every Vagrant development environment requires a box. You can search for | |
| # boxes at https://atlas.hashicorp.com/search. | |
| config.vm.box = "hashicorp/precise32" | |
| # Create a forwarded port mapping which allows access to a specific port | |
| # within the machine from a port on the host machine. In the example below, | |
| # accessing "localhost:8080" will access port 80 on the guest machine. | |
| config.vm.network "forwarded_port", guest: 80, host: 8080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://gist.github.com/38ac7a69dbbb6ffe99ef.git . | |
| vagrant up |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #add repo | |
| wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/21f413bd3c517e29e85a/raw/01547577baf8c350c7e61a4313c2c3b84f4124ab/suse-13.1-cesarizu.repo | |
| wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/407530b3d3998f73f9d6/raw/56248fee351037bdb24d7032bf6ccf33682a6ed7/suse-13.2-seife.repo | |
| wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/4a5b32a14386cbc65e94/raw/4a1cf998142502c5025d3cdfff945657d91c4d03/suse-13.2-scalpel4k.repo | |
| wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/65f094a0dacdd9cc8795/raw/74b63f8d5b7168c13ccad52801180d8a8fe6a4aa/suse-13.2-non-oss.repo | |
| wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/1a05048b92b985e0cbea/raw/7234371b9a52f11a7786d71515c32c0f83acc311/suse-13.2-oss.repo | |
| wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/e804004e4e884d12c9cb/raw/6544f9438f2ecfcd4ab5d626595ba24632a3e7e5/suse-13.2-monitoring.repo | |
| wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.co |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [suse-13.1-cesarizu] | |
| name=suse-13.1-cesarizu | |
| enabled=1 | |
| autorefresh=0 | |
| baseurl=http://download.opensuse.org/repositories/home:/cesarizu/openSUSE_13.1 | |
| type=NONE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [suse-13.2-seife] | |
| name=suse-13.2-seife | |
| enabled=1 | |
| autorefresh=0 | |
| baseurl=http://download.opensuse.org/repositories/home:/seife:/testing/openSUSE_13.2 | |
| type=NONE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [suse-13.2-scalpel4k] | |
| name=suse-13.2-scalpel4k | |
| enabled=0 | |
| autorefresh=0 | |
| baseurl=http://download.opensuse.org/repositories/home:/scalpel4k/openSUSE_13.2 | |
| type=NONE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [suse-13.2-python] | |
| name=suse-13.2-python | |
| enabled=1 | |
| autorefresh=0 | |
| baseurl=http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_13.2 | |
| type=NONE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [suse-13.2-non-oss] | |
| name=suse-13.2-non-oss | |
| enabled=1 | |
| autorefresh=0 | |
| baseurl=http://download.opensuse.org/distribution/13.2/repo/non-oss | |
| type=NONE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [suse-13.2-oss] | |
| name=suse-13.2-oss | |
| enabled=1 | |
| autorefresh=0 | |
| baseurl=http://download.opensuse.org/distribution/13.2/repo/oss | |
| type=NONE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [suse-13.2-monitoring] | |
| name=suse-13.2-monitoring | |
| enabled=1 | |
| autorefresh=0 | |
| baseurl=http://download.opensuse.org/repositories/server:/monitoring/openSUSE_13.2 | |
| type=NONE |