Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 386 Bytes

User-Group.md

File metadata and controls

21 lines (16 loc) · 386 Bytes

Custom User/Group Service Example

In the event you changed the default AEM user/group.

aem::instance { 'aem' :
  source => '/path/to/aem-quickstart.jar',
  status => 'unmanaged',
  user   => 'vagrant',
  group  => 'vagrant',
}

aem::service { 'aem' :
  home  => '/opt/aem',
  user  => 'vagrant',
  group => 'vagrant',
}

Aem::Instance['aem'] ~> Aem::Service['aem']