Reactor.File.Dsl.Chgrp (reactor_file v0.18.3)

View Source

A chgrp DSL entity for the Reactor.File DSL extension.

Summary

Types

t()

@type t() :: %Reactor.File.Dsl.Chgrp{
  __identifier__: any(),
  arguments: [Reactor.Dsl.Argument.t()],
  description: nil | String.t(),
  gid: Reactor.Template.t(),
  guards: [Reactor.Guard.Build.t()],
  name: any(),
  path: Reactor.Template.t(),
  revert_on_undo?: boolean()
}