We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this in GitLab 10:
Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: WARNING: Your git_data_dirs settings are deprecated. Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: Please update it to the following: Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: git_data_dirs({ Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: "default": { Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: "path": "/your/path/here" Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: } Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: })
The text was updated successfully, but these errors were encountered:
Fix for new git_data_dirs syntax in Gitlab 10 - voxpupuli#162
f2d4082
43de9a1
Successfully merging a pull request may close this issue.
Getting this in GitLab 10:
Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: WARNING: Your git_data_dirs settings are deprecated.
Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: Please update it to the following:
Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns:
Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: git_data_dirs({
Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: "default": {
Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: "path": "/your/path/here"
Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: }
Notice: /Stage[main]/Gitlab::Config/Exec[gitlab_reconfigure]/returns: })
The text was updated successfully, but these errors were encountered: