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

'dockerng_service.start' is not available. #30

Open
tk999-zz opened this issue Oct 11, 2018 · 0 comments
Open

'dockerng_service.start' is not available. #30

tk999-zz opened this issue Oct 11, 2018 · 0 comments

Comments

@tk999-zz
Copy link


Here is the sls file:
include:

  • docker

/data:
mount.mounted:
- device: /dev/sdb1
- fstype: ext4
- mkmnt: True
- opts:
- defaults

gitlab_started:
dockerng_service.start:
- container: gitlab
- service: gitlab

==================
here is the output:

      ID: gitlab_started
Function: dockerng_service.start
  Result: False
 Comment: State 'dockerng_service.start' was not found in SLS 'role.gitlab.pkg'
          Reason: 'dockerng_service.start' is not available.
 Changes:

I think it is because we don't have the "def start" function in the dockerng_service.py file.

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

1 participant