Move setting to registry and form type

This commit is contained in:
Thibaud Fabre
2016-09-28 20:58:26 +02:00
parent 7cf5d28a99
commit f62c22bc5c
11 changed files with 53 additions and 29 deletions

View File

@@ -48,7 +48,7 @@
chdir: /vagrant/
- name: Enable API routes
shell: bin/setup system:config set main.api_disable false
shell: bin/setup system:config set registry.api-clients.api-enable true
args:
chdir: /vagrant/

View File

@@ -1,10 +0,0 @@
# Autodetect text files
* text=auto
# Force the following filetypes to have unix eols, so Windows does not break them
*.pp text eol=lf
*.sh text eol=lf
*.yaml text eol=lf
Puppetfile text eol=lf
.bash_aliases text eol=lf
.vimrc text eol=lf