This file contains 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 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 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 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 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 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 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 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 |
This file contains 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
bob2012: | |
---------- | |
ID: updates | |
Function: win_update.installed | |
Result: False | |
Comment: An exception occurred in this state: Traceback (most recent call last): | |
File "c:\salt\bin\lib\site-packages\salt\state.py", line 1626, in call | |
**cdata['kwargs']) | |
File "c:\salt\bin\lib\site-packages\salt\loader.py", line 1492, in wrapper | |
return f(*args, **kwargs) |
This file contains 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
Traceback (most recent call last): | |
File "/usr/local/bin/docker-compose", line 9, in <module> | |
load_entry_point('docker-compose==1.4.0', 'console_scripts', 'docker-compose')() | |
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 351, in load_entry_point | |
return get_distribution(dist).load_entry_point(group, name) | |
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2363, in load_entry_point | |
return ep.load() | |
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2088, in load | |
entry = __import__(self.module_name, globals(),globals(), ['__name__']) | |
File "/usr/local/lib/python3.4/dist-packages/compose/cli/main.py", line 16, in <module> |
NewerOlder