This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import lustre | |
import lustre/attribute | |
import lustre/element/html | |
import lustre/element.{type Element} | |
import lustre/event | |
import gleam/int | |
import gleam/list | |
import gleam/io | |
import gleam/dynamic/decode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import lustre | |
import lustre/attribute | |
import lustre/element/html | |
import lustre/event | |
import gleam/int | |
import gleam/list | |
import gleam/io | |
import gleam/dynamic/decode | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module ArchitechedHello exposing (..) | |
import Browser exposing (..) | |
import Html exposing (..) | |
import Html.Attributes exposing (style) | |
main = | |
Browser.sandbox { model = model, view = view, update = update} | |
type alias Model = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
boohoo: | |
Data failed to compile: | |
---------- | |
Rendering SLS 'base:nessus' failed: mapping values are not allowed here; line 2 | |
--- | |
NessusAgent.msi | |
file.copy: <====================== | |
- source: salt://NessusAgent-6.9.1-x64.msi | |
- name: c:\NessusAgent.msi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
salt://wsus-update.ps1: | |
cmd.script: | |
- shell: powershell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c:\wsus-update.ps1: | |
file.managed: | |
- source: salt://wsus-update.ps1 | |
- name: c:\wsus-update.ps1 | |
- create: True | |
cmd.run: | |
- shell: powershell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bob2: | |
---------- | |
ID: c:\wsus-update.ps1 | |
Function: file.managed | |
Result: False | |
Comment: Source file salt://etc/salt/wsus-update.ps1 not found | |
Started: 16:33:05.958000 | |
Duration: 19.0 ms | |
Changes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bob2: | |
---------- | |
ID: c:\wsus-update.ps1 | |
Function: file.mananged | |
Result: False | |
Comment: State 'file.mananged' was not found in SLS 'updates' | |
Reason: 'file.mananged' is not available. | |
Started: | |
Duration: | |
Changes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bob2: | |
---------- | |
ID: updates | |
Function: win_update.installed | |
Result: True | |
Comment: Search was done with out an error. | |
Download was done without error. | |
Install was done without error. | |
Started: 16:19:08.275000 | |
Duration: 10059.0 ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c:\wsus-update.ps1: | |
file.mananged: | |
- source: salt://etc/salt/wsus-update.ps1 | |
- name: c:\wsus-update.ps1 | |
- create: True | |
- replace: True |
NewerOlder