Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on vagrant up #28

Closed
andrioni opened this issue Sep 9, 2015 · 2 comments
Closed

Error on vagrant up #28

andrioni opened this issue Sep 9, 2015 · 2 comments

Comments

@andrioni
Copy link
Contributor

andrioni commented Sep 9, 2015

==> default: =======================================
==> default: CLONING ANSIBLE AND PLAYBOOKS WITH PERU
==> default: ---------------------------------------
==> default: Traceback (most recent call last):
==> default:   File "/usr/local/bin/peru", line 9, in <module>
==> default:     load_entry_point('peru==0.2.4', 'console_scripts', 'peru')()
==> default:   File "/usr/local/lib/python3.4/dist-packages/peru/main.py", line 314, in main
==> default:     scope, imports = parser.parse_file(runtime.peru_file)
==> default:   File "/usr/local/lib/python3.4/dist-packages/peru/parser.py", line 22, in parse_file
==> default:     return parse_string(f.read(), name_prefix)
==> default:   File "/usr/local/lib/python3.4/dist-packages/peru/parser.py", line 32, in parse_string
==> default:     return _parse_toplevel(blob, name_prefix)
==> default:   File "/usr/local/lib/python3.4/dist-packages/peru/parser.py", line 36, in _parse_toplevel
==> default:     modules = _extract_modules(blob, name_prefix)
==> default:   File "/usr/local/lib/python3.4/dist-packages/peru/parser.py", line 100, in _extract_modules
==> default:     yaml_name)
==> default:   File "/usr/local/lib/python3.4/dist-packages/peru/parser.py", line 107, in _build_module
==> default:     default_rule = _extract_default_rule(blob)
==> default:   File "/usr/local/lib/python3.4/dist-packages/peru/parser.py", line 84, in _extract_default_rule
==> default:     return _extract_rule("<default>", blob)
==> default:   File "/usr/local/lib/python3.4/dist-packages/peru/parser.py", line 68, in _extract_rule
==> default:     untar/unzip a curl module, use the "unpack" field.'''))
==> default: peru.parser.ParserError: The "build" field is no longer supported. If you need to
==> default: untar/unzip a curl module, use the "unpack" field.

I'm using Vagrant 1.7.2, if it helps.

@andrioni
Copy link
Contributor Author

andrioni commented Sep 9, 2015

Oh, and this is on the master branch (0.1.0). I'm testing it right now on 0.2.0.

@alexanderdean
Copy link
Member

Thanks for raising, will be fixed by #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants