Skip to content

'dockerng_service.start' is not available. #30

@tk999-zz

Description

@tk999-zz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions