Skip to content

Commit de8ce9d

Browse files
committed
updated article
1 parent 4690cb2 commit de8ce9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/automation-dsc-onboarding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ This allows you to set (push) configurations through DSC and view reporting deta
4646
The following sections outline how you can onboard each type of machine to Azure Automation State Configuration.
4747

4848
> [!NOTE]
49-
>Deploying DSC to a Linux node uses the `/tmp` folder and modules like **nxAutomation** are temporarily downloaded for verification before installing them in their appropriate location. To ensure the modules install correctly, the Log Analytics agent for Linux needs read/write permission on `/tmp` folder. Instead of the Log Analytics agent for Linux running as a privileged user - `root`, the agent runs as the `omsagent` user.
49+
>Deploying DSC to a Linux node uses the `/tmp` folder and modules like **nxAutomation** are temporarily downloaded for verification before installing them in their appropriate location. To ensure the modules install correctly, the Log Analytics agent for Linux needs read/write permission on `/tmp` folder. The Log Analytics agent for Linux runs as the `omsagent` user.
5050
>
51-
>To grant permission to `omsagent` user, run the following command: `sudo chmod 1777 /tmp`
51+
>To grant write permission to `omsagent` user, run the following commands: `setfacl -m u:omsagent:rwx /tmp`
5252
>
5353
5454
## Azure virtual machines

0 commit comments

Comments
 (0)